JWM Source Documentation
swallow.h
Go to the documentation of this file.
00001 00010 #ifndef SWALLOW_H 00011 #define SWALLOW_H 00012 00014 void InitializeSwallow(); 00015 void StartupSwallow(); 00016 void ShutdownSwallow(); 00017 void DestroySwallow(); 00026 struct TrayComponentType *CreateSwallow( 00027 const char *name, const char *command, 00028 int width, int height); 00029 00034 int CheckSwallowMap(const XMapEvent *event); 00035 00040 int ProcessSwallowEvent(const XEvent *event); 00041 00042 #endif /* SWALLOW_H */ 00043