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:
Enrico Weigelt, metux IT consult
2025-07-16 12:04:37 +02:00
committed by Enrico Weigelt
parent cc289d21ce
commit 007155ba97

View File

@@ -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() */
/******************************************************************************