diff options
Diffstat (limited to 'dix/gc.c')
-rw-r--r-- | dix/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -463,7 +463,7 @@ NewGCObject(ScreenPtr pScreen, int depth) { GCPtr pGC; - pGC = dixAllocateObjectWithPrivates(GC, PRIVATE_GC); + pGC = dixAllocateScreenObjectWithPrivates(pScreen, GC, PRIVATE_GC); if (!pGC) { return (GCPtr) NULL; } |