summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-08-10 19:18:48 (GMT)
committerfluxgen <fluxgen>2004-08-10 19:18:48 (GMT)
commitf223711cf1b5097c470d62d8db704e0b026b9afd (patch)
treedc3c9dff3985ad48c187c0864efaaffeb3ce27a6 /src/Window.hh
parent1a02439df1520a97e389a81a843df79d9b04e1d0 (diff)
downloadfluxbox_lack-f223711cf1b5097c470d62d8db704e0b026b9afd.zip
fluxbox_lack-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.hh3
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