From c0c053c23c5a754890557229698bf98f5a6a04e5 Mon Sep 17 00:00:00 2001 From: stanton Date: Tue, 28 Jul 1998 17:28:45 +0000 Subject: replaced _Xconst with CONST --- generic/tkBitmap.c | 4 ++-- 1 file 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; -- cgit v0.12