Fixed a few issues

This commit is contained in:
Sasha Koshka
2023-11-03 21:43:16 -04:00
parent 347904a380
commit e042d5b45e
2 changed files with 15 additions and 5 deletions

View File

@@ -13,6 +13,6 @@
Pixmap _XmdLoadBitmapIcon (Widget widget, unsigned char *bits, int width, int height);
/* XmdReadXBM reads an XBM bitmap file, and returns a Pixmap. */
Pixmap XmdReadBitmapFileData (Widget, widget, const char *filename);
Pixmap XmdReadBitmapFileData (Widget widget, const char *filename);
#endif