summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-11-18 15:23:03 +0100
committerinfirit <[email protected]>2013-11-18 15:23:03 +0100
commitfd797d5a334bc7524f3f5037f87d56eb69f0ec1b (patch)
tree8fa707609586aad07e53e35ba10bdacc03d29053
parent21631070eb725b389b7f34127a4b8ebbbd978406 (diff)
downloadlibmatekbd-fd797d5a334bc7524f3f5037f87d56eb69f0ec1b.tar.bz2
libmatekbd-fd797d5a334bc7524f3f5037f87d56eb69f0ec1b.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.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libmatekbd/matekbd-keyboard-drawing.c b/libmatekbd/matekbd-keyboard-drawing.c
index 82c962f..ab386d2 100644
--- a/libmatekbd/matekbd-keyboard-drawing.c
+++ b/libmatekbd/matekbd-keyboard-drawing.c
@@ -52,6 +52,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)
{