diff options
Diffstat (limited to 'hw/kdrive/ephyr/hostx.h')
-rw-r--r-- | hw/kdrive/ephyr/hostx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/kdrive/ephyr/hostx.h b/hw/kdrive/ephyr/hostx.h index a27e4bea9..73e7e04a1 100644 --- a/hw/kdrive/ephyr/hostx.h +++ b/hw/kdrive/ephyr/hostx.h @@ -88,6 +88,12 @@ hostx_want_host_cursor(void); void hostx_use_host_cursor(void); +void +hostx_use_fullscreen(void); + +int +hostx_want_fullscreen(void); + int hostx_want_preexisting_window(void); |