X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=59622c3d6e3bfc3031e85a071befe9b98c2cc74c;hb=a5100fe6770d5b223cf444eda5629c2b2208cb29;hp=2285bed853179db43500e66918340b58dd1cd4bb;hpb=cab723fac9e6b1f8d994c97c662690813470fe30;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 2285bed8..59622c3d 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3008,10 +3008,11 @@ void client_set_undecorated(ObClient *self, gboolean undecorated) if (self->undecorated != undecorated) { self->undecorated = undecorated; client_setup_decor_and_functions(self); - // Make sure the client knows it might have moved. Maybe there is a - // better way of doing this so only one client_configure is sent, but - // since 125 of these are sent per second when moving the window (with - // user = FALSE) i doubt it matters much. + /* Make sure the client knows it might have moved. Maybe there is a + * better way of doing this so only one client_configure is sent, but + * since 125 of these are sent per second when moving the window (with + * user = FALSE) i doubt it matters much. + */ client_configure(self, OB_CORNER_TOPLEFT, self->area.x, self->area.y, self->area.width, self->area.height, TRUE, TRUE); client_change_state(self); /* reflect this in the state hints */