diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-21 14:05:44 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-21 14:05:44 (GMT) |
commit | 533c70cb570c56a586f8946700f57a832128a705 (patch) | |
tree | 72540dbd91014a29d10c9f798fd17f6a59c71504 /src/WinClient.hh | |
parent | 0116a83aa6b5275cbe3cd2bd851dc6959cacf79b (diff) | |
download | fluxbox_pavel-533c70cb570c56a586f8946700f57a832128a705.zip fluxbox_pavel-533c70cb570c56a586f8946700f57a832128a705.tar.bz2 |
some cleanup
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index a119f7d..18c9b0b 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -81,7 +81,6 @@ public: | |||
81 | 81 | ||
82 | void setGroupLeftWindow(Window win); | 82 | void setGroupLeftWindow(Window win); |
83 | 83 | ||
84 | void saveBlackboxAttribs(FluxboxWindow::BlackboxAttributes &blackbox_attribs, int nelements); | ||
85 | void setFluxboxWindow(FluxboxWindow *win); | 84 | void setFluxboxWindow(FluxboxWindow *win); |
86 | 85 | ||
87 | // does this client have a pending unmap or destroy event? | 86 | // does this client have a pending unmap or destroy event? |
@@ -136,7 +135,7 @@ public: | |||
136 | Window window_group; | 135 | Window window_group; |
137 | 136 | ||
138 | 137 | ||
139 | int x, y, old_bw; | 138 | int old_bw; |
140 | unsigned long initial_state, normal_hint_flags, wm_hint_flags; | 139 | unsigned long initial_state, normal_hint_flags, wm_hint_flags; |
141 | 140 | ||
142 | private: | 141 | private: |