X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=browser_widget.cpp;h=baa0748b36eafb9863cfceb7fda2ccbdbb506664;hb=ffe87f0a6093f950b482cff175e01006afd36cd1;hp=07df0d0e86250c72957526144c57b27f1b23b769;hpb=9d2e69a1cf5011f52ae8ec6f5a45c5ddc39ac112;p=videolink.git diff --git a/browser_widget.cpp b/browser_widget.cpp index 07df0d0..baa0748 100644 --- a/browser_widget.cpp +++ b/browser_widget.cpp @@ -8,10 +8,12 @@ #include +#include "wchar_t_short.h" #include #if MOZ_VERSION_MAJOR == 1 && MOZ_VERSION_MINOR == 9 #include #endif +#include "wchar_t_default.h" #include "xpcom_support.hpp" @@ -539,6 +541,7 @@ browser_widget::initialiser::initialiser() check(XPCOMGlueStartup(path)); check(GTKEmbedGlueStartup()); + check(GTKEmbedGlueStartupInternal()); char * last_slash = std::strrchr(path, '/'); if (last_slash != path)