mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38: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:
@@ -36,12 +36,10 @@ typedef struct WApplication {
|
||||
|
||||
struct WAppIcon *app_icon;
|
||||
|
||||
int index;
|
||||
|
||||
int refcount;
|
||||
|
||||
struct WWindow *last_focused; /* focused window before hide */
|
||||
|
||||
|
||||
int last_workspace; /* last workspace used to work on the
|
||||
* app */
|
||||
struct {
|
||||
@@ -60,10 +58,6 @@ WApplication *wApplicationOf(Window window);
|
||||
void wApplicationExtractDirPackIcon(WScreen *scr,char *path, char *wm_instance,
|
||||
char *wm_class);
|
||||
|
||||
int wApplicationIndexOfGroup(WApplication *app);
|
||||
|
||||
void wApplicationSetCollapse(WApplication *app, Bool flag);
|
||||
|
||||
#ifdef NEWAPPICON
|
||||
|
||||
# define wApplicationActivate(wapp) {\
|
||||
|
||||
Reference in New Issue
Block a user