window: fix missing prototypes warning
authorGuillaume Champagne <champagne.guillaume.c@gmail.com>
Tue, 28 Jan 2020 01:12:16 +0000 (20:12 -0500)
committerPekka Paalanen <pq@iki.fi>
Wed, 29 Jan 2020 09:49:41 +0000 (09:49 +0000)
commit1cb09480e29b5e9bec50dc4ce1bb56b7327e499b
tree9377d69e713b962a995637ae11de54ff4912dc44
parentb4bd12b738e9b2795af9c61e8e1df6054e422ce9
window: fix missing prototypes warning

Declare touch_handle_shape and touch_handle_orientation as static
functions as they are local to window.c.

Signed-off-by: Guillaume Champagne <champagne.guillaume.c@gmail.com>
clients/window.c