]> git.proxmox.com Git - qemu.git/commit - include/ui/console.h
input: make QEMUPutLEDEntry + QEMUPutMouseEntry private
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 24 Apr 2013 10:08:37 +0000 (12:08 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 24 Apr 2013 16:50:18 +0000 (11:50 -0500)
commit72711efb58c13e28c89813490120b32947a2d719
tree9473e824dfff783dd042d58420007908672af8ac
parenta3ac6b53d4e8ed6fa2ca1af87c68a8b7d5535220
input: make QEMUPutLEDEntry + QEMUPutMouseEntry private

There is no need for anybody outside ui/input.c to access the
struct elements.  Move the definitions, leaving only the typedefs
in the header files.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 1366798118-3248-2-git-send-email-kraxel@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
include/ui/console.h
ui/input.c