summaryrefslogtreecommitdiff
path: root/src/yelp-window.h
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-window.h
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-window.h')
-rw-r--r--src/yelp-window.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/yelp-window.h b/src/yelp-window.h
index a1303068..5b562504 100644
--- a/src/yelp-window.h
+++ b/src/yelp-window.h
@@ -22,6 +22,7 @@
#define __YELP_WINDOW_H__
#include <gtk/gtk.h>
+#include <libhandy-1/handy.h>
#include "yelp-uri.h"
@@ -36,12 +37,12 @@ typedef struct _YelpWindowClass YelpWindowClass;
struct _YelpWindow
{
- GtkApplicationWindow parent;
+ HdyApplicationWindow parent;
};
struct _YelpWindowClass
{
- GtkApplicationWindowClass parent_class;
+ HdyApplicationWindowClass parent_class;
};
GType yelp_window_get_type (void);