summaryrefslogtreecommitdiff
path: root/clients/window.h
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-11-12 20:19:57 -0500
committerKristian Høgsberg <krh@bitplanet.net>2013-11-13 16:37:36 -0800
commit01eaaac79af284a37b61dbf8b2730c7fe26c461e (patch)
tree2a04cf21114ab4e956ca693f2f874901fbe992b2 /clients/window.h
parente505171a3254883aedb5f69ab8f090205ba88188 (diff)
downloadweston-01eaaac79af284a37b61dbf8b2730c7fe26c461e.tar.gz
westoy: Remove window_touch_move
It seems to be the same as window_move, except it ignores the passed in serial (???) and instead just uses the one of the display.
Diffstat (limited to 'clients/window.h')
-rw-r--r--clients/window.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clients/window.h b/clients/window.h
index ff7c87bc..59e483e2 100644
--- a/clients/window.h
+++ b/clients/window.h
@@ -333,8 +333,6 @@ window_get_display(struct window *window);
void
window_move(struct window *window, struct input *input, uint32_t time);
void
-window_touch_move(struct window *window, struct input *input, uint32_t time);
-void
window_get_allocation(struct window *window, struct rectangle *allocation);
void
window_schedule_redraw(struct window *window);