1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58:08 +01:00

Removed all references to REDUCE_APPICON

This commit is contained in:
dan
2001-02-14 04:12:06 +00:00
parent 870252297a
commit d9249dd99a
2 changed files with 0 additions and 10 deletions

View File

@@ -44,12 +44,6 @@
* set by configure */ * set by configure */
#undef PIXMAPDIR #undef PIXMAPDIR
/*
* define REDUCE_APPICONS if you want apps with the same WM_INSTANCE &&
* WM_CLASS to share an appicon
*/
#undef REDUCE_APPICONS
/* Internationalization (I18N) support /* Internationalization (I18N) support
* set by configure */ * set by configure */
#undef I18N #undef I18N

View File

@@ -91,10 +91,6 @@ WAppIcon *wDockFindIconForWindow(WDock *dock, Window window);
void wDockDoAutoLaunch(WDock *dock, int workspace); void wDockDoAutoLaunch(WDock *dock, int workspace);
void wDockLaunchWithState(WDock *dock, WAppIcon *btn, WSavedState *state); void wDockLaunchWithState(WDock *dock, WAppIcon *btn, WSavedState *state);
#ifdef REDUCE_APPICONS
void wDockSimulateLaunch(WDock *dock, WAppIcon *btn);
#endif
#ifdef OFFIX_DND #ifdef OFFIX_DND
int wDockReceiveDNDDrop(WScreen *scr, XEvent *event); int wDockReceiveDNDDrop(WScreen *scr, XEvent *event);
#endif #endif