JWM Source Documentation
winmenu.h
Go to the documentation of this file.
00001 00010 #ifndef WINMENU_H 00011 #define WINMENU_H 00012 00013 #include "menu.h" 00014 00015 struct ClientNode; 00016 00022 void GetWindowMenuSize(struct ClientNode *np, int *width, int *height); 00023 00029 void ShowWindowMenu(struct ClientNode *np, int x, int y); 00030 00034 void ChooseWindow(const MenuAction *action); 00035 00036 #endif /* WINMENU_H */ 00037