From e86900bd531d9c7093f8f5f6329e89c80bfe9767 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 24 Apr 2007 12:18:53 +0000 Subject: fix resizing when drawContents is off, and I think an ifdef was a bit too high up --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index d5e7f4ce..f5eccbc0 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1306,7 +1306,7 @@ void client_update_protocols(ObClient *self) self->focus_notify = TRUE; #ifdef SYNC else if (proto[i] == prop_atoms.net_wm_sync_request) - /* if this protocol is requested, then the resizing the + /* if this protocol is requested, then resizing the window will be synchronized between the frame and the client */ self->sync_request = TRUE; -- cgit v1.2.3