diff options
Diffstat (limited to 'src/helper/window.h')
| -rw-r--r-- | src/helper/window.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/helper/window.h b/src/helper/window.h index dc2c48bc0..c6807f9e5 100644 --- a/src/helper/window.h +++ b/src/helper/window.h @@ -10,11 +10,15 @@ * This code is in public domain */ -#include <gtk/gtk.h> -#include <gtkmm/window.h> +struct _GtkWidget; +typedef _GtkWidget GtkWidget; + +namespace Gtk { +class Window; +} /* - * This function is depreciated. Use Inkscape::UI::window_new instead. + * This function is deprecated. Use Inkscape::UI::window_new instead. */ GtkWidget *sp_window_new (const gchar *title, unsigned int resizeable); |
