diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-08-30 16:58:04 -0400 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-10-04 13:01:33 +1000 |
commit | 911e7368bf9c00d327e994a6f7a1d8d8f9b83c72 (patch) | |
tree | cbe7ae09f12d41d344189cc492c77c627c31fca1 /include/input.h | |
parent | d0a7cd759d4741a1ae118d579c90704410cde244 (diff) |
Move pointOnScreen to inpututils.c
We need this from other files too.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'include/input.h')
-rw-r--r-- | include/input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/input.h b/include/input.h index 6ba1ab200..b7de5ca3d 100644 --- a/include/input.h +++ b/include/input.h @@ -608,4 +608,6 @@ extern _X_EXPORT const char* input_option_get_value(const InputOption *opt); extern _X_EXPORT void input_option_set_key(InputOption *opt, const char* key); extern _X_EXPORT void input_option_set_value(InputOption *opt, const char* value); +extern _X_HIDDEN Bool point_on_screen(ScreenPtr pScreen, int x, int y); + #endif /* INPUT_H */ |