[PATCH 3/4] remove declaration without definition from window.h
twied
twied at gmx.net
Mon Jan 17 08:55:55 PST 2011
---
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
More information about the wayland-devel
mailing list