]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
fix moved comment
[chaz/openbox] / openbox / event.c
index 88cccdee41a6357d3c5c2d3ee4eacc79e704bdec..cfa000d009490e7889c03a0ba7d0949a79eea321 100644 (file)
@@ -1486,6 +1486,9 @@ static void event_handle_client(ObClient *client, XEvent *e)
             /* normal hints can make a window non-resizable */
             client_setup_decor_and_functions(client, FALSE);
 
+            /* make sure the client's sizes are within its bounds, but only
+               reconfigure the window if it needs to. emacs will update its
+               normal hints every time it receives a conigurenotify */
             client_reconfigure(client, FALSE);
         } else if (msgtype == XA_WM_HINTS) {
             client_update_wmhints(client);
This page took 0.021626 seconds and 4 git commands to generate.