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
8 lines
131 B
C
8 lines
131 B
C
#ifndef events_h_
|
|
#define events_h_
|
|
|
|
extern void Events_SetCallbacks (void) ;
|
|
extern void Events_Loop () ;
|
|
|
|
#endif /* events_h_ */
|