10 #include <sys/types.h>
16 #include "../xutils/xutils.h"
18 #include "../xutils/xutils.h"
20 #include "jDockApp_main.xpm"
21 #include "jDockApp_mask.xbm"
23 /* These are defined in your application */
27 void do_button_release();
29 /* Thse are in jDockApp */
30 void set_update_delay(int);
31 void set_loop_delay(int);
33 /* These two are in jprintf.c */
34 void jpprintf(int x
, int y
, int color
, const char *, ...);
35 void jprintf( int color
, const char *, ...);
37 #define clear_window() copyXPMArea(587, 0, 64, 64, 0, 0)