ef546fc369
Obtained from [1] at the request of Nerijus Baliunas [2]. [1] https://web.archive.org/web/20110720231607/http://www.fcoutant.freesurf.fr/download/wmmenu-1.2.tar.gz [2] http://lists.windowmaker.org/dev/msg07991.html
14 lines
295 B
C
14 lines
295 B
C
#ifndef xobjects_h_
|
|
#define xobjects_h_
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
extern Pixmap TileImage, TileMask ;
|
|
extern Pixmap HighlightImage, HighlightMask ;
|
|
extern Pixmap HighlightBehindMask ;
|
|
extern Pixmap ButtonBarImage ;
|
|
extern Window ButtonBarWindow ;
|
|
extern Window WMFrame ;
|
|
|
|
#endif /* xobjects_h_ */
|