diff options
author | Max Kellermann <max@duempel.org> | 2008-09-17 12:07:02 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-17 12:07:02 +0200 |
commit | ea1ec45e42791efa169ae0ed81a7ea8e1ebad69e (patch) | |
tree | 02fa38e8d8392844435af03fc614fa917a8eb356 /src/utils.c | |
parent | c98908f6db5ef29a15a98b0dbc756dc24c8ef38a (diff) | |
download | mpd-ea1ec45e42791efa169ae0ed81a7ea8e1ebad69e.tar.gz mpd-ea1ec45e42791efa169ae0ed81a7ea8e1ebad69e.tar.xz mpd-ea1ec45e42791efa169ae0ed81a7ea8e1ebad69e.zip |
screen: don't store "screen" as a pointer
There can only be onle screen struct instance at a time. Declare it
as a static struct, instead of a pointer to the struct. This
simplifies all accesses, and avoids the dynamic allocation.
Diffstat (limited to 'src/utils.c')
0 files changed, 0 insertions, 0 deletions