summaryrefslogtreecommitdiff
path: root/src/msd-osd-window.h
diff options
context:
space:
mode:
authorDenis Gorodnichev <[email protected]>2016-05-10 23:38:44 +0300
committerDenis Gorodnichev <[email protected]>2016-05-10 23:53:03 +0300
commite342e7ae390c4496cea301bf1942a03916d4de44 (patch)
tree9b9fb2a4e2ae6f2605f265a49dbf6ec731243d35 /src/msd-osd-window.h
parentaaa724ca786fccc97b6857097c5bcdf80f972940 (diff)
downloadmate-power-manager-e342e7ae390c4496cea301bf1942a03916d4de44.tar.bz2
mate-power-manager-e342e7ae390c4496cea301bf1942a03916d4de44.tar.xz
gtk3: css themes for MsdOsdWindow
Diffstat (limited to 'src/msd-osd-window.h')
-rw-r--r--src/msd-osd-window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/msd-osd-window.h b/src/msd-osd-window.h
index fd33d36..52c464f 100644
--- a/src/msd-osd-window.h
+++ b/src/msd-osd-window.h
@@ -92,8 +92,10 @@ void msd_osd_window_draw_rounded_rectangle (cairo_t *cr,
gdouble width,
gdouble height);
+#if !GTK_CHECK_VERSION (3, 0, 0)
void msd_osd_window_color_reverse (const GdkColor *a,
GdkColor *b);
+#endif
#ifdef __cplusplus
}