mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
dbe: use NULL instead of NullClient
No need to have another name for NULL, we can use NULL directly. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
cc289d21ce
commit
007155ba97
@@ -1074,7 +1074,7 @@ DbeSetupBackgroundPainter(WindowPtr pWin, GCPtr pGC)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return ChangeGC(NullClient, pGC, gcmask, gcvalues) == 0;
|
||||
return ChangeGC(NULL, pGC, gcmask, gcvalues) == 0;
|
||||
} /* DbeSetupBackgroundPainter() */
|
||||
|
||||
/******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user