summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-03-08 16:42:43 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-03-08 17:41:52 +0100
commitc716d1788bb4f4b9db403617023f06347ba48102 (patch)
tree8b1b5edbbd16e3d55e25f0e9026414b35dbcf20b /openbox/client.c
parent617effd275a7c998d9bea686bc1a33240fd16704 (diff)
Remove double newlines.
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 585379ec..7062cabd 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -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)
{