X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=f77ff35ada8fca88190b5724bc591df4dc8679f8;hb=f81f352f4ea128c2aec195c6414a936bcfac786b;hp=9d1cb10d0af416a33e792dae50e797650df6a65b;hpb=88b839834242d237eaf98fcc0aac94e21a767ace;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index 9d1cb10d..f77ff35a 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -1,3 +1,21 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + frame.h for the Openbox window manager + Copyright (c) 2003 Ben Jansens + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + See the COPYING file for a copy of the GNU General Public License. +*/ + #ifndef __frame_h #define __frame_h @@ -137,7 +155,7 @@ void frame_adjust_icon(ObFrame *self); void frame_grab_client(ObFrame *self, struct _ObClient *client); void frame_release_client(ObFrame *self, struct _ObClient *client); -ObFrameContext frame_context_from_string(char *name); +ObFrameContext frame_context_from_string(const gchar *name); ObFrameContext frame_context(struct _ObClient *self, Window win);