diff options
-rw-r--r-- | shell/main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c index c0488149c..e38aeeede 100644 --- a/shell/main.c +++ b/shell/main.c @@ -33,6 +33,9 @@ #include <cheese-gtk.h> #endif /* HAVE_CHEESE */ +#define HANDY_USE_UNSTABLE_API +#include <handy.h> + #include "cc-application.h" void @@ -46,6 +49,8 @@ initialize_dependencies (gint *argc, #ifdef HAVE_CHEESE cheese_gtk_init (argc, argv); #endif /* HAVE_CHEESE */ + + hdy_init (argc, argv); } int |