Code

screen: moved code to screen_list.c
authorMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 19:20:06 +0000 (21:20 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 19:20:06 +0000 (21:20 +0200)
commit76270589b0b32e703c5d4854b859214215585e0a
treedf2184179e9af615894d3cd8636d7d3927431005
parentcee4c0450e477e6b683fb3db883227c2a7fa423f
screen: moved code to screen_list.c

Move the hard-coded screen list and everything which works with this
array to screen_list.c.
src/Makefile.am
src/screen.c
src/screen.h
src/screen_list.c [new file with mode: 0644]
src/screen_list.h [new file with mode: 0644]