mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Removed all references to REDUCE_APPICON
This commit is contained in:
@@ -44,12 +44,6 @@
|
||||
* set by configure */
|
||||
#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
|
||||
* set by configure */
|
||||
#undef I18N
|
||||
|
||||
@@ -91,10 +91,6 @@ WAppIcon *wDockFindIconForWindow(WDock *dock, Window window);
|
||||
void wDockDoAutoLaunch(WDock *dock, int workspace);
|
||||
void wDockLaunchWithState(WDock *dock, WAppIcon *btn, WSavedState *state);
|
||||
|
||||
#ifdef REDUCE_APPICONS
|
||||
void wDockSimulateLaunch(WDock *dock, WAppIcon *btn);
|
||||
#endif
|
||||
|
||||
#ifdef OFFIX_DND
|
||||
int wDockReceiveDNDDrop(WScreen *scr, XEvent *event);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user