From 4598f965faa30ae659ec8b512134f1cb7dc7e2db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 1 Jan 2014 16:32:09 -0800 Subject: [PATCH] desktop-shell: Remove debug code from previous commit --- clients/desktop-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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