mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
wmaker: Moved function prototype to the appropriate header
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
91529ff1a7
commit
60a4121a92
@@ -68,7 +68,6 @@ extern XContext wWinContext;
|
||||
#define MOD_MASK wPreferences.modifier_mask
|
||||
#define ICON_SIZE wPreferences.icon_size
|
||||
|
||||
void appIconMouseDown(WObjDescriptor * desc, XEvent * event);
|
||||
static void iconDblClick(WObjDescriptor * desc, XEvent * event);
|
||||
static void iconExpose(WObjDescriptor * desc, XEvent * event);
|
||||
static void wApplicationSaveIconPathFor(const char *iconPath, const char *wm_instance, const char *wm_class);
|
||||
|
||||
@@ -84,4 +84,7 @@ void unpaint_app_icon(WApplication *wapp);
|
||||
void wApplicationExtractDirPackIcon(WScreen *scr, const char *path, const char *wm_instance,
|
||||
const char *wm_class);
|
||||
WAppIcon *wAppIconFor(Window window);
|
||||
|
||||
void appIconMouseDown(WObjDescriptor * desc, XEvent * event);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -68,7 +68,6 @@
|
||||
/**** Global variables ****/
|
||||
extern Cursor wCursor[WCUR_LAST];
|
||||
extern XContext wWinContext;
|
||||
extern void appIconMouseDown(WObjDescriptor *desc, XEvent *event);
|
||||
|
||||
#define MOD_MASK wPreferences.modifier_mask
|
||||
#define ICON_SIZE wPreferences.icon_size
|
||||
|
||||
Reference in New Issue
Block a user