summaryrefslogtreecommitdiff
path: root/eel/eel-debug-drawing.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-24 15:49:14 +0200
committerStefano Karapetsas <[email protected]>2013-07-24 15:49:14 +0200
commit3d3cfc6566a29aea5da9f3223f3d4a0e28e3fa60 (patch)
tree3f8248a0e8bf2eb76340311939adb19ea8acd4bf /eel/eel-debug-drawing.h
parentaa136a012583317cd6b1fa246f1bf16194faf159 (diff)
downloadcaja-3d3cfc6566a29aea5da9f3223f3d4a0e28e3fa60.tar.bz2
caja-3d3cfc6566a29aea5da9f3223f3d4a0e28e3fa60.tar.xz
eel: Disable unused function in GTK3
Diffstat (limited to 'eel/eel-debug-drawing.h')
-rw-r--r--eel/eel-debug-drawing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/eel/eel-debug-drawing.h b/eel/eel-debug-drawing.h
index 8620ca6b..f7d29ef9 100644
--- a/eel/eel-debug-drawing.h
+++ b/eel/eel-debug-drawing.h
@@ -25,13 +25,16 @@
#ifndef EEL_DEBUG_DRAWING_H
#define EEL_DEBUG_DRAWING_H
+#include <gtk/gtk.h>
#include <eel/eel-gdk-pixbuf-extensions.h>
/* Draw a rectangle and cross on the given window */
+#if !GTK_CHECK_VERSION (3, 0, 0)
void eel_debug_draw_rectangle_and_cross (GdkDrawable *drawable,
EelIRect rectangle,
guint32 color,
gboolean draw_cross);
+#endif
/* Show the given pixbuf in an external out of process viewer */
void eel_debug_show_pixbuf_in_external_viewer (const GdkPixbuf *pixbuf,