~rhialto/ctwm/smallbeer

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Window decoration bits -- initialization
 */

#ifndef _CTWM_DECORATIONS_INIT_H
#define _CTWM_DECORATIONS_INIT_H


void InitTitlebarButtons(void);
void SetCurrentTBAction(int button, int mods, int func, char *action,
                        MenuRoot *menuroot);
bool CreateTitleButton(char *name, int func, char *action,
                       MenuRoot *menuroot, bool rightside,
                       bool append);



#endif /* _CTWM_DECORATIONS_INIT_H */