#ifndef LIBAFTERSTEP_HEADER_INCLUDED #define LIBAFTERSTEP_HEADER_INCLUDED #include "../config.h" /* some global stuff that needs to be defined for libasimage */ #ifdef USE_LIBASIMAGE #include #ifdef LIBASIMAGE_HEADERS #define MODULE_X_INTERFACE #include #include #define name_list void #include #include #include #include #include #include #undef LEFT #undef RIGHT #ifndef MY_STYLE_FONT_ID #define MY_STYLE_FONT_ID(ms) ms.font.font #else #include #endif #else /* !LIBASIMAGE_HEADERS */ typedef struct ScreenInfo { unsigned long screen; Window Root; int d_depth; int MyDisplayWidth, MyDisplayHeight; int CurrentDesk; }ScreenInfo; #endif /* LIBASIMAGE_HEADERS */ #ifdef INTERN int DeadPipe( int nonsense ){return 1;} ScreenInfo Scr ; Display *dpy ; char *MyName; #endif /* INTERN */ #endif /* USE_LIBASIMAGE */ #endif /*LIBAFTERSTEP_HEADER_INCLUDED*/