----- Rodolfo García Peñas (kix) <[email protected]> a écrit : > The variable clip_icon, that contains the Clip appicon > is moved to the global workspace properties. > > Now the screen is not needed to know the clip_icon. > > Signed-off-by: Rodolfo García Peñas (kix) <[email protected]> > --- > [...] > > diff --git a/src/workspace.h b/src/workspace.h > index 1000441..c645203 100644 > --- a/src/workspace.h > +++ b/src/workspace.h > @@ -35,6 +35,9 @@ typedef struct WWorkspace_info { > int last_used_workspace; /* last used workspace number */ > WMFont *workspace_name_font; > > + /* Dock & Clip & Drawers stuff */ > + struct WAppIcon *clip_icon; /* The clip main icon, or the dock's, > if they are merged */ > + > /* Menus */ > struct WMenu *workspace_menu; /* workspace operation */ > struct WMenu *workspace_submenu; /* workspace list for window_menu */ > --
or, following previous suggestion: w_global.clip.icon -- To unsubscribe, send mail to [email protected].
