summaryrefslogtreecommitdiffstats
path: root/generic/tkBitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkBitmap.c')
-rw-r--r--generic/tkBitmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkBitmap.c b/generic/tkBitmap.c
index cf32e96..c081d24 100644
--- a/generic/tkBitmap.c
+++ b/generic/tkBitmap.c
@@ -606,7 +606,7 @@ Pixmap
TkCreateBitmapFromData(display, d, data, width, height)
Display* display;
Drawable d;
- _Xconst char* data;
+ CONST char* data;
unsigned int width;
unsigned int height;
{
@@ -659,7 +659,7 @@ TkReadBitmapFile(display, d, filename, width_return, height_return,
bitmap_return, x_hot_return, y_hot_return)
Display* display;
Drawable d;
- _Xconst char* filename;
+ CONST char* filename;
unsigned int* width_return;
unsigned int* height_return;
Pixmap* bitmap_return;