mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
xwayland: Invert running-as-gdm check
It was accidentally inverted previously. Lets change it back.
This commit is contained in:
parent
332360be7c
commit
0a178a01b3
@ -388,7 +388,7 @@ choose_xdisplay (MetaXWaylandManager *manager)
|
||||
|
||||
if (display_number_override != -1)
|
||||
display = display_number_override;
|
||||
else if (!g_getenv ("RUNNING_UNDER_GDM"))
|
||||
else if (g_getenv ("RUNNING_UNDER_GDM"))
|
||||
display = 1024;
|
||||
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user