From 35d540dd3c9269ec39bf3bc10a98b9714963291b Mon Sep 17 00:00:00 2001 From: Laszlo Boros Date: Sat, 26 Oct 2013 14:27:58 +0200 Subject: Starting to add GTK3 support --- src/ui/draw-workspace.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui/draw-workspace.h') diff --git a/src/ui/draw-workspace.h b/src/ui/draw-workspace.h index 5186d053..b1dabae3 100644 --- a/src/ui/draw-workspace.h +++ b/src/ui/draw-workspace.h @@ -46,7 +46,11 @@ typedef struct } WnckWindowDisplayInfo; void wnck_draw_workspace (GtkWidget *widget, + #if GTK_CHECK_VERSION(3, 0, 0) + cairo_t *cr, + #else GdkDrawable *drawable, + #endif int x, int y, int width, -- cgit v1.2.1