diff options
Diffstat (limited to 'vncviewer/cocoa.h')
-rw-r--r-- | vncviewer/cocoa.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/vncviewer/cocoa.h b/vncviewer/cocoa.h index 64acefbf..09db9a45 100644 --- a/vncviewer/cocoa.h +++ b/vncviewer/cocoa.h @@ -1,4 +1,4 @@ -/* Copyright 2011 Pierre Ossman <ossman@cendio.se> for Cendio AB +/* Copyright 2011-2025 Pierre Ossman <ossman@cendio.se> for Cendio AB * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,11 +21,12 @@ class Fl_Window; -int cocoa_get_level(Fl_Window *win); -void cocoa_set_level(Fl_Window *win, int level); +void cocoa_prevent_native_fullscreen(Fl_Window *win); -int cocoa_capture_displays(Fl_Window *win); -void cocoa_release_displays(Fl_Window *win); +bool cocoa_is_trusted(bool prompt=false); + +bool cocoa_tap_keyboard(); +void cocoa_untap_keyboard(); typedef struct CGColorSpace *CGColorSpaceRef; |