summaryrefslogtreecommitdiff
path: root/mi/miwideline.h
diff options
context:
space:
mode:
Diffstat (limited to 'mi/miwideline.h')
-rw-r--r--mi/miwideline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mi/miwideline.h b/mi/miwideline.h
index 8d848783c..e08aa6833 100644
--- a/mi/miwideline.h
+++ b/mi/miwideline.h
@@ -80,7 +80,7 @@ typedef struct _LineFace {
if (pixel != oldPixel) { \
ChangeGCVal gcval; \
gcval.val = pixel; \
- dixChangeGC (NullClient, pGC, GCForeground, NULL, &gcval); \
+ ChangeGC (NullClient, pGC, GCForeground, &gcval); \
ValidateGC (pDrawable, pGC); \
} \
}
@@ -88,7 +88,7 @@ typedef struct _LineFace {
if (pixel != oldPixel) { \
ChangeGCVal gcval; \
gcval.val = oldPixel; \
- dixChangeGC (NullClient, pGC, GCForeground, NULL, &gcval); \
+ ChangeGC (NullClient, pGC, GCForeground, &gcval); \
ValidateGC (pDrawable, pGC); \
} \
}