win_decorations_init.h revision 0bbfda8a
1/* 2 * Window decoration bits -- initialization 3 */ 4 5#ifndef _CTWM_DECORATIONS_INIT_H 6#define _CTWM_DECORATIONS_INIT_H 7 8 9void InitTitlebarButtons(void); 10void SetCurrentTBAction(int button, int mods, int func, char *action, 11 MenuRoot *menuroot); 12bool CreateTitleButton(char *name, int func, char *action, 13 MenuRoot *menuroot, bool rightside, 14 bool append); 15 16 17 18#endif /* _CTWM_DECORATIONS_INIT_H */ 19