---
 clients/window.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/clients/window.h b/clients/window.h
index 2709917..4388ee9 100644
--- a/clients/window.h
+++ b/clients/window.h
@@ -109,7 +109,6 @@ typedef void (*window_resize_handler_t)(struct window *window,
                                        int32_t width, int32_t height,
                                        void *data);
typedef void (*window_redraw_handler_t)(struct window *window, void *data); -typedef void (*window_frame_handler_t)(struct window *window, uint32_t frame, uint32_t timestamp, void *data); typedef void (*window_key_handler_t)(struct window *window, uint32_t key, uint32_t unicode,
                                     uint32_t state, uint32_t modifiers, void 
*data);
 typedef void (*window_keyboard_focus_handler_t)(struct window *window,
@@ -196,9 +195,6 @@ window_set_decoration(struct window *window, int decoration);
 void
 window_set_resize_handler(struct window *window,
                          window_resize_handler_t handler);
-void
-window_set_frame_handler(struct window *window,
-                        window_frame_handler_t handler);

 void
 window_set_key_handler(struct window *window,
@@ -217,10 +213,6 @@ window_set_keyboard_focus_handler(struct window *window,
                                  window_keyboard_focus_handler_t handler);

 void
-window_set_frame_handler(struct window *window,
-                        window_frame_handler_t handler);
-
-void
 display_set_drag_offer_handler(struct display *display,
                               display_drag_offer_handler_t handler);

--
1.7.2.3
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to