mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
- removed the collapse appicons thing
- added real appicon sharing (apps of the same kind will have a single shared appicon).
This commit is contained in:
@@ -1538,7 +1538,7 @@ wArrangeIcons(WScreen *scr, Bool arrangeAll)
|
||||
pi = 0;
|
||||
si = 0;
|
||||
while (aicon) {
|
||||
if (!aicon->docked && wAppIconIsFirstInstance(aicon)) {
|
||||
if (!aicon->docked) {
|
||||
if (aicon->x_pos != X || aicon->y_pos != Y) {
|
||||
#ifdef ANIMATIONS
|
||||
if (!wPreferences.no_animations) {
|
||||
|
||||
Reference in New Issue
Block a user