11 lines
218 B
C
11 lines
218 B
C
#include <Xm/Xm.h>
|
|
|
|
extern Display *NXMdisplay;
|
|
extern Colormap NXMcmap;
|
|
extern Boolean NXMisInitialized;
|
|
extern XtAppContext NXMapp;
|
|
|
|
#ifndef NUM_OF_EDIT_COLORS
|
|
#define NUM_OF_EDIT_COLORS 33
|
|
#endif
|
|
|