Skip to content

Commit

Permalink
(wlroots 33b437d) wlr_scene: Amend scene_buffer.point_accepts_input t…
Browse files Browse the repository at this point in the history
…o take coordinate pointers
  • Loading branch information
m-col committed Dec 1, 2023
1 parent b5211b9 commit 12e165d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wlroots/ffi_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ def has_xwayland() -> bool:
# types/wlr_scene.h
CDEF += """
typedef bool (*wlr_scene_buffer_point_accepts_input_func_t)(
struct wlr_scene_buffer *buffer, int sx, int sy);
struct wlr_scene_buffer *buffer, double *sx, double *sy);
typedef void (*wlr_scene_buffer_iterator_func_t)(
struct wlr_scene_buffer *buffer, int sx, int sy, void *user_data);
extern "Python" void buffer_iterator_callback(
Expand Down

0 comments on commit 12e165d

Please sign in to comment.