diff options
author | fluxgen <fluxgen> | 2004-08-10 19:18:48 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-08-10 19:18:48 (GMT) |
commit | f223711cf1b5097c470d62d8db704e0b026b9afd (patch) | |
tree | dc3c9dff3985ad48c187c0864efaaffeb3ce27a6 /src/Window.hh | |
parent | 1a02439df1520a97e389a81a843df79d9b04e1d0 (diff) | |
download | fluxbox_pavel-f223711cf1b5097c470d62d8db704e0b026b9afd.zip fluxbox_pavel-f223711cf1b5097c470d62d8db704e0b026b9afd.tar.bz2 |
fixed so we call setupWindow last in init(), else we dont get anything in the titlebar if we dont have some special option like remember enabled
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index a271fb5..1b45d82 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.117 2004/08/10 12:05:47 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.118 2004/08/10 19:18:47 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -384,6 +384,7 @@ private: | |||
384 | static const int PropBlackboxAttributesElements = 8; | 384 | static const int PropBlackboxAttributesElements = 8; |
385 | 385 | ||
386 | void setupWindow(); | 386 | void setupWindow(); |
387 | void setupMenu(); | ||
387 | 388 | ||
388 | void init(); | 389 | void init(); |
389 | /// applies a shape mask to the window if it has one | 390 | /// applies a shape mask to the window if it has one |