]> git.sur5r.net Git - i3/i3/commit
Store output names as a linked list
authorVladimir Panteleev <git@thecybershadow.net>
Sat, 9 Sep 2017 07:37:37 +0000 (07:37 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 13 Sep 2017 16:45:46 +0000 (18:45 +0200)
commit6c0e715877164e4047e90e649c19f94ecfe8380e
treea7209cf35696112f71b36e799ede84d2ec6a92ea
parent1b419431cd27695d65b2af364b53dd70a9cc436f
Store output names as a linked list

Currently, only one name is ever added, and only the first name is
ever accessed; actually using the capability to store and access
multiple names comes in the following commits.
include/data.h
src/fake_outputs.c
src/output.c
src/randr.c
src/xinerama.c