diff options
Diffstat (limited to 'fb/fbseg.c')
-rw-r--r-- | fb/fbseg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbseg.c b/fb/fbseg.c index 80ce7404e..80dd48092 100644 --- a/fb/fbseg.c +++ b/fb/fbseg.c @@ -250,7 +250,7 @@ fbSetFg (DrawablePtr pDrawable, { if (fg != pGC->fgPixel) { - DoChangeGC (pGC, GCForeground, (XID *) &fg, FALSE); + dixChangeGC (NullClient, pGC, GCForeground, &fg, NULL); ValidateGC (pDrawable, pGC); } } |