mirror of
https://github.com/gryf/wmaker.git
synced 2026-07-13 01:06:30 +02:00
- Fixed problem with GNOME apps that have windows which need to stay on the
desktop level. - Fixed incorrect parsing of display and screen number from $DISPLAY.
This commit is contained in:
+1
-1
@@ -731,7 +731,7 @@ main(int argc, char **argv)
|
||||
else
|
||||
str = NULL;
|
||||
|
||||
if (str && sscanf(str, "%i.%i", &d, &s)==2)
|
||||
if (str && sscanf(str, ":%i.%i", &d, &s)==2)
|
||||
multiHead = False;
|
||||
|
||||
DisplayName = XDisplayName(DisplayName);
|
||||
|
||||
Reference in New Issue
Block a user