]> Dogcows Code - chaz/openbox/commitdiff
Remove double newlines.
authorMikael Magnusson <mikachu@comhem.se>
Sat, 8 Mar 2008 15:42:43 +0000 (16:42 +0100)
committerMikael Magnusson <mikachu@comhem.se>
Sat, 8 Mar 2008 16:41:52 +0000 (17:41 +0100)
22 files changed:
openbox/actions.c
openbox/actions/desktop.c
openbox/client.c
openbox/config.h
openbox/event.c
openbox/focus.c
openbox/focus_cycle.c
openbox/frame.c
openbox/keyboard.c
openbox/keytree.h
openbox/menu.c
openbox/menuframe.c
openbox/modkeys.c
openbox/moveresize.c
openbox/openbox.c
openbox/prompt.c
openbox/session.c
render/gradient.c
render/render.c
render/test.c
render/theme.c
tests/usertimewin.c

index d43896d761cb429e70909f0807bb2c515232746b..948ac2c09537357fd13a1a26b2e9c1ab86f01249 100644 (file)
@@ -58,7 +58,6 @@ struct _ObActionsAct {
 
 static GSList *registered = NULL;
 
-
 void actions_startup(gboolean reconfig)
 {
     if (reconfig) return;
index 142fec513108f6a64abb3a6360ee39300436af4e..bc70748ba49ae9eb3184ffc8be24d557f56d9e28 100644 (file)
@@ -122,8 +122,6 @@ static gboolean run_func(ObActionsData *data, gpointer options)
     Options *o = options;
     guint d;
 
-
-
     switch (o->type) {
     case LAST:
         d = screen_last_desktop;
index 585379ec802399cf93561e24e414578ca0aa990e..7062cabd6bdecfc7f961cabe750df32251dca2cd 100644 (file)
@@ -108,7 +108,6 @@ static void client_call_notifies(ObClient *self, GSList *list);
 static void client_ping_event(ObClient *self, gboolean dead);
 static void client_prompt_kill(ObClient *self);
 
-
 void client_startup(gboolean reconfig)
 {
     if ((client_default_icon = RrImageCacheFind(ob_rr_icons,
@@ -503,7 +502,6 @@ void client_manage(Window window, ObPrompt *prompt)
                             (client_search_focus_tree_full(self) != NULL ||
                              client_search_focus_group_full(self) != NULL));
 
-
         /* This is focus stealing prevention */
         ob_debug_type(OB_DEBUG_FOCUS,
                       "Want to focus new window 0x%x at time %u "
@@ -658,7 +656,6 @@ void client_manage(Window window, ObPrompt *prompt)
     return;
 }
 
-
 ObClient *client_fake_manage(Window window)
 {
     ObClient *self;
@@ -1381,7 +1378,6 @@ static void client_update_transient_tree(ObClient *self,
       transient windows as their children.
       * * */
 
-
     /* No change has occured */
     if (oldgroup == newgroup &&
         oldgtran == newgtran &&
@@ -2194,7 +2190,6 @@ void client_update_icons(ObClient *self)
                                        (gint*)&w, (gint*)&h, &data);
                 xerror_set_ignore(FALSE);
 
-
                 if (xicon) {
                     if (w > 0 && h > 0) {
                         /* is this icon in the cache yet? */
@@ -2686,7 +2681,6 @@ gboolean client_enter_focusable(ObClient *self)
             self->type != OB_CLIENT_TYPE_DESKTOP);
 }
 
-
 static void client_apply_startup_state(ObClient *self,
                                        gint x, gint y, gint w, gint h)
 {
@@ -2996,7 +2990,6 @@ void client_try_configure(ObClient *self, gint *x, gint *y, gint *w, gint *h,
     g_assert(*h > 0);
 }
 
-
 void client_configure(ObClient *self, gint x, gint y, gint w, gint h,
                       gboolean user, gboolean final, gboolean force_reply)
 {
index 62b92473b267940e2a346aefcb8a3c3147011f0c..69fe6ff44211c69fbd4af4c335117ba88da89819 100644 (file)
@@ -198,5 +198,4 @@ ObAppSettings* config_create_app_settings();
 void config_app_settings_copy_non_defaults(const ObAppSettings *src,
                                            ObAppSettings *dest);
 
-
 #endif
index a7f65fcb1e15ed192825a4e11dab4de1aca9f5b3..3abaa675e1428fe54a1e0c64882aea1f2a3680e7 100644 (file)
@@ -1114,7 +1114,6 @@ static void event_handle_client(ObClient *client, XEvent *e)
                 move = TRUE;
             }
 
-
         if (e->xconfigurerequest.value_mask & CWStackMode) {
             ObClient *sibling = NULL;
             gulong ignore_start;
index 12625fdef97bf4b23e8269dfe5afce4bca5bb23f..63eb2ccaf88ac7520d074c1b3abb9a71c6a9abff 100644 (file)
@@ -359,4 +359,3 @@ gboolean focus_valid_target(ObClient *ft,
 
     return ok;
 }
-
index c7fc42ee91bf64d95f8dfa41b94bd9db3b16c761..e30672dce89e5a35a8b69d01c75e230c2f0428b7 100644 (file)
@@ -96,7 +96,6 @@ ObClient* focus_cycle(gboolean forward, gboolean all_desktops,
         list = client_list;
     }
 
-
     if (focus_cycle_target == NULL) {
         focus_cycle_iconic_windows = TRUE;
         focus_cycle_all_desktops = all_desktops;
index ca5dbb6cf0b696403d69e519f7618e957e6b0ad0..235dd30b03726856db1b42337b46ad2b2bf988df 100644 (file)
@@ -590,7 +590,6 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
                                                  sidebwidth) * 2,
                                   self->bwidth);
 
-
                 if (sidebwidth) {
                     XMoveResizeWindow(ob_display, self->lgripleft,
                                       0,
index c318a4cf14b0f0b31dbf5ed8f5c638811c80d191..e62cff8abf858160869484ef53aba2fa754c7c9b 100644 (file)
@@ -326,4 +326,3 @@ void keyboard_shutdown(gboolean reconfig)
     popup_free(popup);
     popup = NULL;
 }
-
index 391cb154fb91a5cc61c2f12ac8771dd8a17b91b3..66edc3c7faf0af58ba57827370debed953d6c74d 100644 (file)
@@ -42,5 +42,4 @@ void tree_assimilate(KeyBindingTree *node);
 KeyBindingTree *tree_find(KeyBindingTree *search, gboolean *conflict);
 gboolean tree_chroot(KeyBindingTree *tree, GList *keylist);
 
-
 #endif
index 0c10b757e5ce95b9ff0d56da0d8ca6961568c775..23a0527ac7020fb63c28081a157586d4e233107e 100644 (file)
@@ -62,7 +62,6 @@ static gunichar parse_shortcut(const gchar *label, gboolean allow_shortcut,
                                gchar **strippedlabel, guint *position,
                                gboolean *always_show);
 
-
 static void client_dest(ObClient *client, gpointer data)
 {
     /* menus can be associated with a client, so close any that are since
index ac1d88d5f8dab9ff521863151158fb969800452d..a9b544081fb110a88f9da17ce17c6ada88c2640f 100644 (file)
@@ -696,7 +696,6 @@ void menu_frame_render(ObMenuFrame *self)
         XSetWindowBorder(ob_display, e->window,
                          RrColorPixel(ob_rr_theme->menu_border_color));
 
-
         text_a = (e->entry->type == OB_MENU_ENTRY_TYPE_NORMAL &&
                   !e->entry->data.normal.enabled ?
                   /* disabled */
@@ -1086,7 +1085,6 @@ void menu_frame_hide_all_client(ObClient *client)
     }
 }
 
-
 ObMenuFrame* menu_frame_under(gint x, gint y)
 {
     ObMenuFrame *ret = NULL;
index 9e8da321b2adad407012375fce99e996bdb69428..c52cbef1aeeff4bdbb6bba65982e370c9fe7e97d 100644 (file)
@@ -187,4 +187,3 @@ KeyCode modkeys_sym_to_code(KeySym sym)
                 return i;
     return 0;
 }
-
index 9374f8b5f77930e96eb37828540a2d9daf2181ee..c023340ecfbad2ef1496fcdca1fd119bc392b98e 100644 (file)
@@ -348,7 +348,6 @@ static void do_move(gboolean keyboard, gint keydist)
                      moveresize_client->frame->area.y);
 }
 
-
 static void do_resize(void)
 {
     gint x, y, w, h, lw, lh;
index 7221556e1fb62aa94bb11d00afd6f8465d956014..4a49c8021086153ea43602024f15dbf190a324e3 100644 (file)
@@ -85,7 +85,6 @@
 #include <X11/Xlib.h>
 #include <X11/keysym.h>
 
-
 RrInstance   *ob_rr_inst;
 RrImageCache *ob_rr_icons;
 RrTheme      *ob_rr_theme;
@@ -148,7 +147,6 @@ gint main(gint argc, gchar **argv)
         session_startup(argc, argv);
     }
 
-
     ob_display = XOpenDisplay(NULL);
     if (ob_display == NULL)
         ob_exit_with_error(_("Failed to open the display from the DISPLAY environment variable."));
@@ -223,7 +221,6 @@ gint main(gint argc, gchar **argv)
     cursors[OB_CURSOR_NORTHWEST] = load_cursor("top_left_corner",
                                                XC_top_left_corner);
 
-
     prop_startup(); /* get atoms values for the display */
     extensions_query_all(); /* find which extensions are present */
 
index f531b70c2f10ca6d1483d4ea32589d55bdb45557..53ed2d7daa1dc38553d5512cf43921890b4b5c03 100644 (file)
@@ -294,7 +294,6 @@ static void prompt_layout(ObPrompt *self)
         self->button[i].width = MAX(self->button[i].width, bw);
         self->button[i].height = MAX(self->button[i].height, bh);
 
-
         self->button[i].width += BUTTON_HMARGIN * 2;
         self->button[i].height += BUTTON_VMARGIN * 2;
 
index ab6864b3929ef75cccfe1801b453181c41ad69ce..77dc5de0883d044dfb571dfef45b558e01c390ef 100644 (file)
@@ -397,7 +397,6 @@ static void sm_save_yourself_2(SmcConn conn, SmPointer data)
     SmcSaveYourselfDone(conn, success);
 }
 
-
 static void sm_save_yourself(SmcConn conn, SmPointer data, gint save_type,
                              Bool shutdown, gint interact_style, Bool fast)
 {
index fc75047f3a570b3f266025fb1c30206893bac1bc..2f9bfd279236b0733993773e0e9d0e9e582cc3af 100644 (file)
@@ -659,7 +659,6 @@ static void gradient_vertical(RrSurface *sf, gint w, gint h)
     }
 }
 
-
 static void gradient_diagonal(RrSurface *sf, gint w, gint h)
 {
     gint x, y;
index fd442d26b40bc43b83e074fa120cc1060437ca55..7c00c1462509496fde0b99969748605889f0c04d 100644 (file)
@@ -333,7 +333,6 @@ void RrAppearanceFree(RrAppearance *a)
     }
 }
 
-
 static void pixel_data_to_pixmap(RrAppearance *l,
                                  gint x, gint y, gint w, gint h)
 {
index 36c962daf657567def152d81431655052c100652..55ab621eac39954f92d637a5cc743b9edf806071 100644 (file)
@@ -90,7 +90,6 @@ gint main()
     exit (0);
 #endif
 
-
     RrPaint(look, win, w, h);
     done = 0;
     while (!done) {
index 8c7393b5e9ed561cab0f82f8b35712639167a6fc..d040c171a0b15f313f55999ceaa5bcfda1481625 100644 (file)
@@ -567,7 +567,6 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
     theme->def_win_icon_w = OB_DEFAULT_ICON_WIDTH;
     theme->def_win_icon_h = OB_DEFAULT_ICON_HEIGHT;
 
-
     /* read the decoration textures */
     if (!read_appearance(db, inst,
                          "window.active.title.bg", theme->a_focused_title,
@@ -1763,7 +1762,6 @@ static void parse_appearance(gchar *tex, RrSurfaceColorType *grad,
         *interlaced = FALSE;
 }
 
-
 static gboolean read_appearance(XrmDatabase db, const RrInstance *inst,
                                 const gchar *rname, RrAppearance *value,
                                 gboolean allow_trans)
index 7ef934f249b0745b1b44b8c9ac507dfebbb54542..7a2aa97385a216201bf1101c888384096ee2d155 100644 (file)
@@ -66,7 +66,6 @@ int main () {
                   PropModeReplace, (unsigned char*)&num, 1);
   XFlush(display);
 
-
   while (1) {
     XNextEvent(display, &report);
   }
This page took 0.03637 seconds and 4 git commands to generate.