summaryrefslogtreecommitdiff
path: root/libmatekbd/matekbd-keyboard-drawing.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-10-11 21:34:59 +0300
committermonsta <[email protected]>2016-10-11 21:34:59 +0300
commit002845e5d9a1272b12dc493ea8b2426951069310 (patch)
tree1ca4315d3daa0078c8acf9385618af1bdbffd464 /libmatekbd/matekbd-keyboard-drawing.h
parent14e2a76353f603a520a1b005bbe862a6b12db18b (diff)
downloadlibmatekbd-002845e5d9a1272b12dc493ea8b2426951069310.tar.bz2
libmatekbd-002845e5d9a1272b12dc493ea8b2426951069310.tar.xz
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
Diffstat (limited to 'libmatekbd/matekbd-keyboard-drawing.h')
-rw-r--r--libmatekbd/matekbd-keyboard-drawing.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libmatekbd/matekbd-keyboard-drawing.h b/libmatekbd/matekbd-keyboard-drawing.h
index 3a7b1e2..8d117c0 100644
--- a/libmatekbd/matekbd-keyboard-drawing.h
+++ b/libmatekbd/matekbd-keyboard-drawing.h
@@ -117,11 +117,7 @@ struct _MatekbdKeyboardDrawingRenderContext {
gint scale_numerator;
gint scale_denominator;
-#if GTK_CHECK_VERSION (3, 0, 0)
GdkRGBA dark_color;
-#else
- GdkColor dark_color;
-#endif
};
struct _MatekbdKeyboardDrawing {
@@ -142,11 +138,7 @@ struct _MatekbdKeyboardDrawing {
/* list of stuff to draw in priority order */
GList *keyboard_items;
-#if GTK_CHECK_VERSION (3, 0, 0)
GdkRGBA *colors;
-#else
- GdkColor *colors;
-#endif
guint timeout;
guint idle_redraw;