![]() ![]() | ![]() |
version 1.4, 2017/07/11 16:04:53 | version 1.6, 2017/08/23 12:21:59 |
---|---|
Line 1 | Line 1 |
#include <pthread.h> | #include <pthread.h> |
enum types { WIDGET, APPCONTEXT }; | enum types { APPCONTEXT, CALLBACK, WIDGET }; |
#ifdef string | #ifdef string |
# undef string | # undef string |
#endif | #endif |
#include "Xm/XmAll.h" | #include "Xm/XmAll.h" |
#include "X11/xpm.h" | |
#define string char * | #define string char * |