aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-02-16 15:12:08 (GMT)
committerrathnor <rathnor>2003-02-16 15:12:08 (GMT)
commit453e220df91fabd80a2f8e5992ad1a3a73f4efbe (patch)
tree409496e6d6614e2e7280ebd3fced26f808bd0c7b /src/Window.cc
parente24348aedb99bb52f350e617de469f7809a49201 (diff)
downloadfluxbox-453e220df91fabd80a2f8e5992ad1a3a73f4efbe.zip
fluxbox-453e220df91fabd80a2f8e5992ad1a3a73f4efbe.tar.bz2
Add layer menu to window menu
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index a8be66f..a8d3f8a 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -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.cc,v 1.115 2003/02/09 14:11:13 rathnor Exp $ 25// $Id: Window.cc,v 1.116 2003/02/16 15:12:07 rathnor Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -112,6 +112,7 @@ FluxboxWindow::FluxboxWindow(Window w, BScreen *s, int screen_num,
112 display(0), 112 display(0),
113 lastButtonPressTime(0), 113 lastButtonPressTime(0),
114 m_windowmenu(menutheme, screen_num, imgctrl), 114 m_windowmenu(menutheme, screen_num, imgctrl),
115 m_layermenu(menutheme, screen_num, imgctrl),
115 old_decoration(DECOR_NORMAL), 116 old_decoration(DECOR_NORMAL),
116 tab(0), 117 tab(0),
117 m_frame(tm, imgctrl, screen_num, 0, 0, 100, 100), 118 m_frame(tm, imgctrl, screen_num, 0, 0, 100, 100),