JWM Source Documentation
status.h
Go to the documentation of this file.
00001 00010 #ifndef STATUS_H 00011 #define STATUS_H 00012 00013 struct ClientNode; 00014 00018 void CreateMoveWindow(struct ClientNode *np); 00019 00023 void UpdateMoveWindow(struct ClientNode *np); 00024 00026 void DestroyMoveWindow(); 00027 00031 void CreateResizeWindow(struct ClientNode *np); 00032 00038 void UpdateResizeWindow(struct ClientNode *np, int gwidth, int gheight); 00039 00041 void DestroyResizeWindow(); 00042 00046 void SetMoveStatusType(const char *str); 00047 00051 void SetResizeStatusType(const char *str); 00052 00053 #endif /* STATUS_H */ 00054