summaryrefslogtreecommitdiff
path: root/src/yelp-application.c
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2021-02-17 12:38:28 -0800
committerShaun McCance <shaunm@gnome.org>2021-10-09 16:41:02 +0000
commite75867cfb2e0be5fb03fecea00a48457d59ba828 (patch)
treeef7e98c9c31efefca079580b2989aa60fc83ede3 /src/yelp-application.c
parent245c0936cd026f0cce5d9a63870a1fdfdbe4fab3 (diff)
downloadyelp-e75867cfb2e0be5fb03fecea00a48457d59ba828.tar.gz
window: Use HdyApplicationWindow for rounded bottom corners
GNOME core apps are now using HdyApplicationWindow to get rounded bottom corners everywhere.
Diffstat (limited to 'src/yelp-application.c')
-rw-r--r--src/yelp-application.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yelp-application.c b/src/yelp-application.c
index b284757e..8d046f31 100644
--- a/src/yelp-application.c
+++ b/src/yelp-application.c
@@ -31,6 +31,7 @@
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
+#include <libhandy-1/handy.h>
#include <stdlib.h>
#include "yelp-bookmarks.h"
@@ -270,6 +271,8 @@ yelp_application_startup (GApplication *application)
/* chain up */
G_APPLICATION_CLASS (yelp_application_parent_class)->startup (application);
+ hdy_init ();
+
settings = yelp_settings_get_default ();
if (editor_mode)
yelp_settings_set_editor_mode (settings, TRUE);