Skip to content

Commit

Permalink
wl: Fix scope of the COG_USE_WAYLAND_CURSOR ifdef for the on_mouse_ta…
Browse files Browse the repository at this point in the history
…rget_changed handler
  • Loading branch information
psaavedra committed Nov 23, 2023
1 parent 3dfac57 commit 6cc3ec7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions platform/wayland/cog-view-wl.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ static void presentation_feedback_on_sync_output(void *, struct wp_presentation_
static void on_export_shm_buffer(void *, struct wpe_fdo_shm_exported_buffer *);
#endif
static void on_export_wl_egl_image(void *data, struct wpe_fdo_egl_exported_image *image);
#if COG_USE_WAYLAND_CURSOR
static void on_mouse_target_changed(WebKitWebView *, WebKitHitTestResult *hitTestResult, guint mouseModifiers);
#endif
#if COG_HAVE_LIBPORTAL
static void on_run_file_chooser(WebKitWebView *, WebKitFileChooserRequest *);
#endif
Expand Down

0 comments on commit 6cc3ec7

Please sign in to comment.