JunkBox_Lib 1.10.1
|
#include <openX.h>
Data Fields | |
int | id |
Display * | display |
Window | window |
GC | gc |
int | screen |
unsigned long * | color_index |
unsigned long* color_index |
Definition at line 41 of file openX.h.
Referenced by disp_image(), displayClose(), displayOpen(), and set_color().
Display* display |
Definition at line 37 of file openX.h.
Referenced by disp_image(), displayClose(), displayOpen(), and set_color().
GC gc |
Definition at line 39 of file openX.h.
Referenced by disp_image(), displayClose(), displayOpen(), and set_color().
int id |
Definition at line 36 of file openX.h.
Referenced by disp_image(), displayClose(), and displayOpen().
int screen |
Definition at line 40 of file openX.h.
Referenced by disp_image(), and displayOpen().
Window window |
Definition at line 38 of file openX.h.
Referenced by disp_image(), displayClose(), and displayOpen().