>From 443543e66a70e3a6d2f5126291102a608e452da7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <[email protected]>
Date: Sat, 3 Mar 2012 22:49:53 +0100
Subject: [PATCH] WindowMaker: application.h empty lines clean

---
 src/application.h |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/application.h b/src/application.h
index d97761a..ac50557 100644
--- a/src/application.h
+++ b/src/application.h
@@ -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 *);
-- 
1.7.7.3

-- 
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/
>From 443543e66a70e3a6d2f5126291102a608e452da7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <[email protected]>
Date: Sat, 3 Mar 2012 22:49:53 +0100
Subject: [PATCH] WindowMaker: application.h empty lines clean

---
 src/application.h |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/application.h b/src/application.h
index d97761a..ac50557 100644
--- a/src/application.h
+++ b/src/application.h
@@ -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 *);
-- 
1.7.7.3

Reply via email to