]> git.sur5r.net Git - i3/i3/commitdiff
Merge pull request #1636 from Deiz/update-notices
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Tue, 21 Apr 2015 06:31:40 +0000 (08:31 +0200)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Tue, 21 Apr 2015 06:31:40 +0000 (08:31 +0200)
Update copyright notices and get rid of ranges

1  2 
src/handlers.c

diff --combined src/handlers.c
index 1c3d10f4fc8ad1d7ba6c5bbccdfa5afdbf3ec152,56e29607b6f0cd624a3d339a1b2315af43e1bda6..532ab18966f3fc25b66a8ccc4a94b4e68fd069aa
@@@ -4,7 -4,7 +4,7 @@@
   * vim:ts=4:sw=4:expandtab
   *
   * i3 - an improved dynamic tiling window manager
-  * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE)
+  * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
   *
   * handlers.c: Small handlers for various events (keypresses, focus changes,
   *             …).
@@@ -880,7 -880,7 +880,7 @@@ static void handle_client_message(xcb_c
                  floating_drag_window(con->parent, &fake);
                  break;
              case _NET_WM_MOVERESIZE_SIZE_TOPLEFT... _NET_WM_MOVERESIZE_SIZE_LEFT:
 -                floating_resize_window(con->parent, FALSE, &fake);
 +                floating_resize_window(con->parent, false, &fake);
                  break;
              default:
                  DLOG("_NET_WM_MOVERESIZE direction %d not implemented\n", direction);