From 72c84d16dcb5acff57a408388703baf94916105f Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 1 May 2014 21:48:37 +0200 Subject: Solved problem with notab and noframe styles --- xorg-server/hw/xwin/winprefslex.l | 1 + 1 file changed, 1 insertion(+) (limited to 'xorg-server/hw/xwin/winprefslex.l') 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; } -- cgit v1.2.3