]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
add a window between the frame and the plate for drawing the client border. this...
[chaz/openbox] / openbox / frame.h
index 70855b1b8156e79d4c8f5dd6cc856ece627b07aa..e4734e763c5001d486be030e37f3629c224c0f3d 100644 (file)
@@ -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
@@ -76,7 +76,6 @@ struct _ObFrame
     Strut     size;
     Rect      area;
     gboolean  visible;
-    gboolean  firstmap;
 
     /*! Whether the window is obscured at all or fully visible. */
     gboolean obscured;
@@ -84,6 +83,7 @@ struct _ObFrame
     guint     decorations;
     gboolean  max_horz;
 
+    Window    inner;  /*!< The window for drawing the inner client border */
     Window    title;
     Window    label;
     Window    max;
This page took 0.022803 seconds and 4 git commands to generate.