X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fframe.h;h=b5372647fd85c811c9f18a270508cd87daf398c1;hb=5316bc6c3e3329dc620cfd15d472ed5d376100f8;hp=af01bfade591fd305cdd37506c13142784dbbd7a;hpb=d9f14c1d010860e658f4a9adc6682e0264b410aa;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index af01bfad..b5372647 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -2,7 +2,7 @@ frame.h for the Openbox window manager Copyright (c) 2006 Mikael Magnusson - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana 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 @@ -77,12 +77,10 @@ struct _ObFrame Rect area; gboolean visible; - /*! Whether the window is obscured at all or fully visible. */ - gboolean obscured; - guint decorations; gboolean max_horz; + Window inner; /*!< The window for drawing the inner client border */ Window title; Window label; Window max; @@ -95,8 +93,12 @@ struct _ObFrame Window lgrip; Window rgrip; - Window tlresize; - Window trresize; + Window tltresize; + Window tllresize; + Window trtresize; + Window trrresize; + + Colormap colormap; RrAppearance *a_unfocused_title; RrAppearance *a_focused_title; @@ -142,13 +144,14 @@ struct _ObFrame GTimeVal flash_end; }; -ObFrame *frame_new(); +ObFrame *frame_new(struct _ObClient *c); void frame_show(ObFrame *self); void frame_hide(ObFrame *self); void frame_adjust_theme(ObFrame *self); void frame_adjust_shape(ObFrame *self); void frame_adjust_area(ObFrame *self, gboolean moved, gboolean resized, gboolean fake); +void frame_adjust_client_area(ObFrame *self); void frame_adjust_state(ObFrame *self); void frame_adjust_focus(ObFrame *self, gboolean hilite); void frame_adjust_title(ObFrame *self);