X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=97a9e3ffa378e602b2a1c6abe0044b1b8a02dc7c;hb=2aa0a6b01ba718217e2b10107abbcd4236ba5a8f;hp=054748575faa271f0d6b7db714715cd12c11af78;hpb=a1511e465550501dee66c0474d3e3867b97fd1fb;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index 05474857..97a9e3ff 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -77,7 +77,6 @@ struct _ObFrame struct _ObClient *client; Window window; - Window plate; Strut size; Rect area; @@ -203,7 +202,6 @@ 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);