]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
clipboard: expose host text polling hook
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 14:55:29 +0000 (07:55 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 11 Jun 2026 21:08:30 +0000 (14:08 -0700)
Declare the host-side text polling entry point in the shared header.
This lets target backends report clipboard text changes without private
header dependencies.

include/clipboard.h

index 9e6cb4675bc0d2fcf4dc700f80ae441d27c32829..8e0eb0f4f37b5bf2e8e97687f4ce1093261902e4 100644 (file)
@@ -12,5 +12,6 @@ extern void amiga_clipboard_task_start(TrapContext *ctx, uaecptr);
 extern void clipboard_disable(bool);
 extern void clipboard_vsync(void);
 extern void clipboard_unsafeperiod(void);
+extern void clipboard_host_changed(void);
 
 #endif /* UAE_CLIPBOARD_H */