1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

Fix the empty button in titlebar after going fullscreen bug (Debian bug #298873)

This commit is contained in:
Nicolas Bonifas
2009-11-17 01:01:54 +01:00
committed by Carlos R. Mafra
parent 4932433b95
commit 2203b229b0

View File

@@ -2277,6 +2277,7 @@ void wWindowConfigureBorders(WWindow *wwin)
flags = WFF_LEFT_BUTTON | WFF_RIGHT_BUTTON;
#ifdef XKB_BUTTON_HINT
if (wPreferences.modelock)
flags |= WFF_LANGUAGE_BUTTON;
#endif