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
12 lines
235 B
C
12 lines
235 B
C
#include "xobjects.h"
|
|
|
|
Pixmap TileImage = 0 ;
|
|
Pixmap TileMask = 0 ;
|
|
Pixmap HighlightImage = 0 ;
|
|
Pixmap HighlightMask = 0 ;
|
|
Pixmap HighlightBehindMask = 0 ;
|
|
Pixmap ButtonBarImage = 0 ;
|
|
Window ButtonBarWindow = 0 ;
|
|
Window WMFrame = 0 ;
|
|
|