]> Git Repo - qemu.git/commit
console: add API to get underlying gui window ID
authorSamuel Thibault <[email protected]>
Wed, 21 Dec 2016 00:38:04 +0000 (01:38 +0100)
committerGerd Hoffmann <[email protected]>
Tue, 10 Jan 2017 07:14:20 +0000 (08:14 +0100)
commitb3cb21b9b5ece1756a4796e2f2e3d275bf110002
tree36db3d6e66b7a6e4eb34561411b63687acd4e247
parenta8ffb372a2202c65f42fdb69891ea68a2f274b55
console: add API to get underlying gui window ID

This adds two console functions, qemu_console_set_window_id and
qemu_graphic_console_get_window_id, to let graphical backend record the
window id in the QemuConsole structure, and let the baum driver read it.

Signed-off-by: Samuel Thibault <[email protected]>
Message-id: 20161221003806[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
include/ui/console.h
ui/console.c
This page took 0.025151 seconds and 4 git commands to generate.