summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2014-01-01 16:32:09 -0800
committerKristian Høgsberg <krh@bitplanet.net>2014-01-01 16:32:09 -0800
commit4598f965faa30ae659ec8b512134f1cb7dc7e2db (patch)
treee148640d9e1ee6bcc97cd870d0c40aea88d2401d
parent7c4f6cc145daf66cd9624f1e70dd5278241f5858 (diff)
desktop-shell: Remove debug code from previous commit
-rw-r--r--clients/desktop-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
index f96dcf1c..4e7a815e 100644
--- a/clients/desktop-shell.c
+++ b/clients/desktop-shell.c
@@ -765,7 +765,7 @@ background_configure(void *data,
struct background *background =
(struct background *) window_get_user_data(window);
- widget_schedule_resize(background->widget, width - 256, height);
+ widget_schedule_resize(background->widget, width, height);
}
static void