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
11 lines
291 B
C
11 lines
291 B
C
#ifndef pixmaps_h_
|
|
#define pixmaps_h_
|
|
|
|
extern void Pixmaps_FindLoad (const char * name,
|
|
Pixmap * imageP, Pixmap * maskP, int * wP, int * hP) ;
|
|
extern void Pixmaps_LoadMenu (void) ;
|
|
extern void Pixmaps_LoadTile (void) ;
|
|
extern void Pixmaps_LoadHighlight (void) ;
|
|
|
|
#endif /* pixmaps_h_ */
|