]> git.sur5r.net Git - i3/i3/commit - src/randr.c
Store output names as a linked list
authorVladimir Panteleev <git@thecybershadow.net>
Sat, 9 Sep 2017 07:37:37 +0000 (07:37 +0000)
committerVladimir Panteleev <git@thecybershadow.net>
Wed, 13 Sep 2017 08:23:24 +0000 (08:23 +0000)
commitd01a59b92246167975ca9bef41e223186a1c399c
treef956d6c41eb3dfa1017a9760ba14dc273854df37
parent30b1ab38b39e4acf7587e04776b31d58577763df
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