diff options
Diffstat (limited to 'dix/gc.c')
-rw-r--r-- | dix/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -799,7 +799,7 @@ is what fills the default tile. (maybe this comment should go with CreateGC() or ChangeGC().) */ -GCPtr +static GCPtr CreateScratchGC(ScreenPtr pScreen, unsigned depth) { GCPtr pGC; |