From 42df9eda2d469eddc8f576aa09f80cdcc72a883a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 May 2014 22:40:18 -0400 Subject: Prevent subclassing of gestures For now, at least. We do this by hiding the instance and class structures in private headers. --- gtk/gtkgestureswipe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/gtkgestureswipe.c') diff --git a/gtk/gtkgestureswipe.c b/gtk/gtkgestureswipe.c index ea0b2478a8..c322566b59 100644 --- a/gtk/gtkgestureswipe.c +++ b/gtk/gtkgestureswipe.c @@ -36,7 +36,8 @@ */ #include "config.h" -#include +#include "gtkgestureswipe.h" +#include "gtkgestureswipeprivate.h" #include "gtkmarshalers.h" #define CAPTURE_THRESHOLD_MS 150 -- cgit v1.2.1