aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winprefslex.l
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-05-01 21:48:37 +0200
committermarha <marha@users.sourceforge.net>2014-05-01 21:48:37 +0200
commit72c84d16dcb5acff57a408388703baf94916105f (patch)
tree7b1ac0c12478128b8695f360bd6814eca74554e8 /xorg-server/hw/xwin/winprefslex.l
parentf8bfd354a693f0dc868dd565fc6d4a1a2915c887 (diff)
downloadvcxsrv-72c84d16dcb5acff57a408388703baf94916105f.tar.gz
vcxsrv-72c84d16dcb5acff57a408388703baf94916105f.tar.bz2
vcxsrv-72c84d16dcb5acff57a408388703baf94916105f.zip
Solved problem with notab and noframe styles
Diffstat (limited to 'xorg-server/hw/xwin/winprefslex.l')
-rw-r--r--xorg-server/hw/xwin/winprefslex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winprefslex.l b/xorg-server/hw/xwin/winprefslex.l
index 0163fb2ee..5a6c96924 100644
--- a/xorg-server/hw/xwin/winprefslex.l
+++ b/xorg-server/hw/xwin/winprefslex.l
@@ -72,6 +72,7 @@ ICONS { return ICONS; }
STYLES { return STYLES; }
TASKBAR { return TASKBAR; }
NOTAB { return NOTAB; }
+NEWTAB { return NEWTAB; }
TOPMOST { return TOPMOST; }
MAXIMIZE { return MAXIMIZE; }
MINIMIZE { return MINIMIZE; }