summaryrefslogtreecommitdiff
path: root/src/icons.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:03:47 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:03:47 +0000
commit22e912f7338ee41bd0f84f4330f4e8bc0c7501d9 (patch)
treebd48cdf361c0881f45d09ce46c478ad8674e87c1 /src/icons.h
parentcfa9fa24253b5ef8045172852509be413d7b00ca (diff)
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'src/icons.h')
-rw-r--r--src/icons.h10
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 */