mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 22:50:09 +01:00
Fix typo.
This commit is contained in:
parent
f63080435d
commit
433f395bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ void dmxDPMSInit(DMXScreenInfo *dmxScreen)
|
|||
return;
|
||||
}
|
||||
|
||||
if (!dmxScreen->scrnWin != DefaultRootWindow (dmxScreen->beDisplay)) {
|
||||
if (dmxScreen->scrnWin != DefaultRootWindow (dmxScreen->beDisplay)) {
|
||||
dmxLogOutput(dmxScreen,
|
||||
"Cannot use DPMS in window mode\n");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue