[directfb] Fix compile error on DirectFB backend.
Add a stub for gdk_keymap_map_virtual_modifiers.
This commit is contained in:
committed by
Tristan Van Berkom
parent
61a73b3df6
commit
d995132ca5
@ -1998,6 +1998,14 @@ gdk_keymap_lookup_key (GdkKeymap *keymap,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gboolean
|
||||||
|
gdk_keymap_map_virtual_modifiers (GdkKeymap *keymap,
|
||||||
|
GdkModifierType *state)
|
||||||
|
{
|
||||||
|
g_warning ("gdk_keymap_map_virtual_modifiers unimplemented \n");
|
||||||
|
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
#define __GDK_KEYS_DIRECTFB_C__
|
#define __GDK_KEYS_DIRECTFB_C__
|
||||||
#include "gdkaliasdef.c"
|
#include "gdkaliasdef.c"
|
||||||
|
|||||||
@ -869,6 +869,7 @@ gdk_keymap_get_for_display
|
|||||||
gdk_keymap_get_caps_lock_state
|
gdk_keymap_get_caps_lock_state
|
||||||
gdk_keymap_lookup_key
|
gdk_keymap_lookup_key
|
||||||
gdk_keymap_translate_keyboard_state
|
gdk_keymap_translate_keyboard_state
|
||||||
|
gdk_keymap_map_virtual_modifiers
|
||||||
gdk_keyval_from_name
|
gdk_keyval_from_name
|
||||||
gdk_keyval_name G_GNUC_CONST
|
gdk_keyval_name G_GNUC_CONST
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user