diff options
author | infirit <[email protected]> | 2013-11-18 15:23:03 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-18 15:26:39 +0100 |
commit | 062c52e3d35b68b892c0047961d305d0d3cedc05 (patch) | |
tree | d95f9ccaf021451524edfb900b69003299f1aa86 | |
parent | 1e723b72fe039940825630b0cc0935b0e80946a4 (diff) | |
download | libmatekbd-062c52e3d35b68b892c0047961d305d0d3cedc05.tar.bz2 libmatekbd-062c52e3d35b68b892c0047961d305d0d3cedc05.tar.xz |
explicit declaration of internal libxklavier functions
from lingnomekbd:
https://git.gnome.org/browse/libgnomekbd/commit/?id=18332fedc6a24e4efeecfdc78a006140c667568a
https://bugzilla.gnome.org/show_bug.cgi?id=643754
-rw-r--r-- | libmatekbd/matekbd-keyboard-drawing.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libmatekbd/matekbd-keyboard-drawing.c b/libmatekbd/matekbd-keyboard-drawing.c index d28834f..6d36b07 100644 --- a/libmatekbd/matekbd-keyboard-drawing.c +++ b/libmatekbd/matekbd-keyboard-drawing.c @@ -49,6 +49,14 @@ static guint matekbd_keyboard_drawing_signals[NUM_SIGNALS] = { 0 }; static void matekbd_keyboard_drawing_set_mods (MatekbdKeyboardDrawing * drawing, guint mods); +extern gboolean xkl_xkb_config_native_prepare (XklEngine * engine, + const XklConfigRec * data, + gpointer component_names); + +extern void xkl_xkb_config_native_cleanup (XklEngine * engine, + gpointer component_names); + + static gint xkb_to_pixmap_coord (MatekbdKeyboardDrawingRenderContext * context, gint n) { |