From 0cdd007ebf8dcfbd39c1d36ab53f43617eb692df Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Mon, 25 Mar 2013 17:42:31 +0000 Subject: Workaround usage of deprecated glib symbols in 3rd party libraries Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) --- src/shortcuts.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/shortcuts.h') diff --git a/src/shortcuts.h b/src/shortcuts.h index c2a6f6cde..2d87b17ef 100644 --- a/src/shortcuts.h +++ b/src/shortcuts.h @@ -1,8 +1,6 @@ #ifndef __SP_SHORTCUTS_H__ #define __SP_SHORTCUTS_H__ -#include - /* * Keyboard shortcut processing * @@ -12,6 +10,14 @@ * This code is in public domain */ +#include + +typedef struct _GtkAccelGroup GtkAccelGroup; +typedef struct _GtkWidget GtkWidget; + +struct _GtkAccelGroup; +struct _GtkWidget; + namespace Inkscape { class Verb; namespace UI { -- cgit v1.2.3