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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user