]> git.sur5r.net Git - i3/i3/commit
feature: implement ewmh desktop viewport property
authorTony Crisci <tony@dubstepdish.com>
Sun, 22 Jun 2014 19:20:14 +0000 (15:20 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 23 Jun 2014 19:29:57 +0000 (21:29 +0200)
commit4205973135f28a0ab0e25a63dbc8c6fff0d3539e
tree4f0da4dc7b5b114bc59e1da6675a9193f89fe8c8
parentd1e59a204eed49c4ee889b50000458ae6479354c
feature: implement ewmh desktop viewport property

Set and update the _NET_DESKTOP_VIEWPORT property

http://standards.freedesktop.org/wm-spec/wm-spec-latest.html#idm140146176862048

> _NET_DESKTOP_VIEWPORT x, y, CARDINAL[][2]/32
> Array of pairs of cardinals that define the top left corner of each
> desktop's viewport.
include/atoms.xmacro
include/ewmh.h
src/ewmh.c
src/main.c
src/workspace.c