]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
console: make DisplayState private to console.c
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 13 Mar 2013 11:25:25 +0000 (12:25 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Apr 2013 07:03:48 +0000 (09:03 +0200)
commit27be55872dd747c733a42a3d90864d9f59272d26
treeb1243a8e39316783b53d21d4baa44c957d1f2496
parent98a9ad9082284df62fb5b9355dd1901639de8268
console: make DisplayState private to console.c

With gui_* being moved to console.c nobody outside console.c needs
access to DisplayState fields any more.  Make the struct private.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/console.h
ui/console.c