diff options
Diffstat (limited to 'src/icons.h')
-rw-r--r-- | src/icons.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons.h b/src/icons.h index 43cbab9..678fe3a 100644 --- a/src/icons.h +++ b/src/icons.h @@ -22,6 +22,7 @@ Except as contained in this notice, the name of The Open Group shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. * */ +/* $XFree86: xc/programs/twm/icons.h,v 1.5 2001/12/14 20:01:08 dawes Exp $ */ /********************************************************************** * @@ -53,4 +54,13 @@ typedef struct IconEntry short used; }IconEntry; +extern int roundUp ( int v, int multiple ); +extern void PlaceIcon ( TwmWindow *tmp_win, int def_x, int def_y, + int *final_x, int *final_y ); +extern void IconUp ( TwmWindow *tmp_win ); +extern void IconDown ( TwmWindow *tmp_win ); +extern void AddIconRegion ( char *geom, int grav1, int grav2, + int stepx, int stepy ); +extern void CreateIconWindow ( TwmWindow *tmp_win, int def_x, int def_y ); + #endif /* ICONS_H */ |