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
This commit is contained in:
Peter Åstrand 2010-01-12 15:22:33 +00:00
parent 8c645ed401
commit f284a915ad

View File

@ -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);