mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Remove frame handler prototype
I messed up the merge.
This commit is contained in:
parent
6ec41abf72
commit
734a7501b6
1 changed files with 0 additions and 4 deletions
|
|
@ -210,10 +210,6 @@ void
|
||||||
window_set_keyboard_focus_handler(struct window *window,
|
window_set_keyboard_focus_handler(struct window *window,
|
||||||
window_keyboard_focus_handler_t handler);
|
window_keyboard_focus_handler_t handler);
|
||||||
|
|
||||||
void
|
|
||||||
window_set_frame_handler(struct window *window,
|
|
||||||
window_frame_handler_t handler);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
window_set_title(struct window *window, const char *title);
|
window_set_title(struct window *window, const char *title);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue