From f284a915ad41e5293cbb1e129bbd84897bf7050e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Tue, 12 Jan 2010 15:22:33 +0000 Subject: [PATCH] Include set_keypress_keysym and reset_keypress_keysym to avoid gcc warnings when building xwin.c. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1544 423420c4-83ab-492f-b58f-81f9feb106b5 --- xproto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xproto.h b/xproto.h index 69bea4d..7d70140 100644 --- a/xproto.h +++ b/xproto.h @@ -12,3 +12,5 @@ int ewmh_set_window_modal(Window wnd); void ewmh_set_icon(Window wnd, int width, int height, const char *rgba_data); void ewmh_del_icon(Window wnd, int width, int height); int ewmh_set_window_above(Window wnd); +void set_keypress_keysym(unsigned int keycode, KeySym keysym); +KeySym reset_keypress_keysym(unsigned int keycode, KeySym keysym);