[PATCH weston 3/6] window: remove window_set_transparent() declaration
Pekka Paalanen
ppaalanen at gmail.com
Tue Oct 23 23:43:07 PDT 2012
The function is not implemented.
Signed-off-by: Pekka Paalanen <ppaalanen at gmail.com>
---
clients/window.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/clients/window.h b/clients/window.h
index 3d35396..84846ff 100644
--- a/clients/window.h
+++ b/clients/window.h
@@ -253,8 +253,6 @@ window_move(struct window *window, struct input *input, uint32_t time);
void
window_get_allocation(struct window *window, struct rectangle *allocation);
void
-window_set_transparent(struct window *window, int transparent);
-void
window_schedule_redraw(struct window *window);
void
window_schedule_resize(struct window *window, int width, int height);
--
1.7.8.6
More information about the wayland-devel
mailing list