X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Finkscape.h;h=12f101901873a7629d4303020f54a9e861e802ff;hb=5d67bd380afd0885c8b4656cb3383aea24aedfcb;hp=4c6c1dbd04cd619f6e08fb2c4af53437912cd83c;hpb=1c08a33cfc4402041ddc6f9f470d643df81676e4;p=inkscape.git diff --git a/src/inkscape.h b/src/inkscape.h index 4c6c1dbd0..12f101901 100644 --- a/src/inkscape.h +++ b/src/inkscape.h @@ -12,6 +12,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include #include struct SPDesktop; @@ -54,8 +55,10 @@ bool inkscape_is_sole_desktop_for_document(SPDesktop const &desktop); gchar *homedir_path(const char *filename); gchar *profile_path(const char *filename); +/* Inkscape desktop stuff */ void inkscape_switch_desktops_next (); void inkscape_switch_desktops_prev (); +void inkscape_get_all_desktops (std::list< SPDesktop* >& listbuf); void inkscape_dialogs_hide (); void inkscape_dialogs_unhide ();