aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-05-17 15:01:32 (GMT)
committerrathnor <rathnor>2004-05-17 15:01:32 (GMT)
commitc1fb3b3e1a08ef8ad479cf76ba2520bc72591c6c (patch)
treebea96a100cf871864bc93e5ae9c9d1dd695bef96 /src/FbTk/FbWindow.hh
parent949a932036354d9b7ce8cc31b2c153c9acfaf4be (diff)
downloadfluxbox-c1fb3b3e1a08ef8ad479cf76ba2520bc72591c6c.zip
fluxbox-c1fb3b3e1a08ef8ad479cf76ba2520bc72591c6c.tar.bz2
fix menu transparency rendering bug, and add save_under to menu windows
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r--src/FbTk/FbWindow.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh
index 045356f..3c5dabb 100644
--- a/src/FbTk/FbWindow.hh
+++ b/src/FbTk/FbWindow.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbWindow.hh,v 1.29 2004/04/28 13:04:06 rathnor Exp $ 22// $Id: FbWindow.hh,v 1.30 2004/05/17 15:01:32 rathnor Exp $
23 23
24#ifndef FBTK_FBWINDOW_HH 24#ifndef FBTK_FBWINDOW_HH
25#define FBTK_FBWINDOW_HH 25#define FBTK_FBWINDOW_HH
@@ -55,6 +55,7 @@ public:
55 FbWindow(int screen_num, 55 FbWindow(int screen_num,
56 int x, int y, unsigned int width, unsigned int height, long eventmask, 56 int x, int y, unsigned int width, unsigned int height, long eventmask,
57 bool overrride_redirect = false, 57 bool overrride_redirect = false,
58 bool save_unders = false,
58 int depth = CopyFromParent, 59 int depth = CopyFromParent,
59 int class_type = InputOutput); 60 int class_type = InputOutput);
60 61
@@ -63,6 +64,7 @@ public:
63 unsigned int width, unsigned int height, 64 unsigned int width, unsigned int height,
64 long eventmask, 65 long eventmask,
65 bool overrride_redirect = false, 66 bool overrride_redirect = false,
67 bool save_unders = false,
66 int depth = CopyFromParent, 68 int depth = CopyFromParent,
67 int class_type = InputOutput); 69 int class_type = InputOutput);
68 70
@@ -171,6 +173,7 @@ private:
171 void create(Window parent, int x, int y, unsigned int width, unsigned int height, 173 void create(Window parent, int x, int y, unsigned int width, unsigned int height,
172 long eventmask, 174 long eventmask,
173 bool override_redirect, 175 bool override_redirect,
176 bool save_unders,
174 int depth, 177 int depth,
175 int class_type); 178 int class_type);
176 static Display *s_display; ///< display connection 179 static Display *s_display; ///< display connection