summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1998-07-28 17:28:44 (GMT)
committerstanton <stanton@noemail.net>1998-07-28 17:28:44 (GMT)
commite74d439083038bf51e6a33b77397c06abef41fc9 (patch)
treeccc46c60b1f8c61ced62c6dcc0e56e7f9fd29207 /generic
parent74b6b9934fdae1cdb32dc0da1982fa67eac1e1f2 (diff)
downloadtk-e74d439083038bf51e6a33b77397c06abef41fc9.zip
tk-e74d439083038bf51e6a33b77397c06abef41fc9.tar.gz
tk-e74d439083038bf51e6a33b77397c06abef41fc9.tar.bz2
replaced _Xconst with CONST
FossilOrigin-Name: b332c0d2b797e923f424c7356b6f6acac72d33d8
Diffstat (limited to 'generic')
-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;