~ctwm/ctwm/trunk

304.1.2 by Matthew Fuller
Run 'make indent' to reindent the world.
1
/*
554.1.6 by Matthew Fuller
Collapse away redundant license texts in most .h files. These are all
2
 * Copyright 1992 Claude Lecommandeur.
20 by Claude Lecommandeur
CTWM version 3.6
3
 */
4
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
5
#ifndef _CTWM_WINDOWBOX_H
6
#define _CTWM_WINDOWBOX_H
20 by Claude Lecommandeur
CTWM version 3.6
7
492.2.28 by Matthew Fuller
extern is implicit and the only linkage specifier that's meaningful
8
name_list **addWindowBox(char *boxname, char *geometry);
9
void createWindowBoxes(void);
10
WindowBox *findWindowBox(TwmWindow *twmwin);
93 by Richard Levitte
- Convert all functions to use proper prototypes.
11
492.2.28 by Matthew Fuller
extern is implicit and the only linkage specifier that's meaningful
12
void ConstrainedToWinBox(TwmWindow *twmwin,
13
                         int x, int y, int *nx, int *ny);
14
void fittocontent(TwmWindow *twmwin);
20 by Claude Lecommandeur
CTWM version 3.6
15
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
16
#endif /* _CTWM_WINDOWBOX_H */