summaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
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 5692008..ab1f201 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.129 2003/03/22 05:13:08 rathnor Exp $ 25// $Id: Window.cc,v 1.130 2003/04/09 17:20:06 rathnor Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -202,6 +202,7 @@ FluxboxWindow::FluxboxWindow(Window w, BScreen *s, int screen_num,
202 decorations.enabled = true; 202 decorations.enabled = true;
203 // set client window 203 // set client window
204 client.window = w; 204 client.window = w;
205 client.window_group = None;
205 206
206 // set default values for decoration 207 // set default values for decoration
207 decorations.menu = true; //override menu option 208 decorations.menu = true; //override menu option