1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

Coding style cleanups

This commit is contained in:
Rodolfo García Peñas (kix)
2012-03-03 22:49:53 +01:00
committed by Carlos R. Mafra
parent e819818eeb
commit 4f4ea569a0
3 changed files with 92 additions and 184 deletions

View File

@@ -28,17 +28,11 @@ typedef struct WApplication {
struct WApplication *prev;
Window main_window; /* ID of the group leader */
struct WWindow *main_window_desc; /* main (leader) window descriptor */
WMenu *menu; /* application menu */
struct WAppIcon *app_icon;
int refcount;
struct WWindow *last_focused; /* focused window before hide */
int last_workspace; /* last workspace used to work on the
* app */
WMHandlerID *urgent_bounce_timer;
@@ -52,14 +46,12 @@ typedef struct WApplication {
WApplication *wApplicationCreate(struct WWindow *wwin);
void wApplicationDestroy(WApplication *wapp);
WApplication *wApplicationOf(Window window);
void wApplicationDestroy(WApplication *wapp);
void wApplicationExtractDirPackIcon(WScreen *scr,char *path, char *wm_instance,
char *wm_class);
void wApplicationSaveIconPathFor(char *iconPath, char *wm_instance,
char *wm_class);
char *wm_class);
void wAppBounce(WApplication *);
void wAppBounceWhileUrgent(WApplication *);