]> git.sur5r.net Git - i3/i3/commit
Support _NET_WM_MOVERESIZE 1462/head
authorLukas K <lu@0x83.eu>
Tue, 27 Jan 2015 21:58:48 +0000 (22:58 +0100)
committerLukas K <lu@0x83.eu>
Tue, 10 Feb 2015 23:07:28 +0000 (00:07 +0100)
commit1c5ab5fa36ce82b8cbb7e33dbeb350e57f927d03
tree8f36a7bfc1dace6ede81a12e405b7be0034841c0
parent663235c714762c069e660ffe14a8334f73365c1b
Support _NET_WM_MOVERESIZE

Add support for the _NET_WM_MOVERESIZE client message. This message
enables clients to initiate window moving or resizing. Toolkits like
Gtk3 use this message when the user drags a client-side decorated window
by its title bar. When Gtk detects that the window manager does not
support this client message, it uses a slow fallback implementation.

fixes #1432
include/atoms.xmacro
src/ewmh.c
src/handlers.c