From a17469f83b6434413e403567de42cf7a94cd6718 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 17:45:58 -0500 Subject: [PATCH] docs: GDK_WINDOWING is not a type --- docs/reference/gtk/migrating-2to3.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml index a273b0b44b..0b027d577d 100644 --- a/docs/reference/gtk/migrating-2to3.xml +++ b/docs/reference/gtk/migrating-2to3.xml @@ -935,7 +935,7 @@ gdk_window_add_filter (NULL, message_filter, NULL); In GTK+ 3, GDK can be built with multiple backends, and currently used backend has to be determined at runtime, typically using type-check macros on a #GdkDisplay or #GdkWindow. You still need - to use the #GDK_WINDOWING macros to only compile code referring + to use the GDK_WINDOWING macros to only compile code referring to supported backends: #ifdef GDK_WINDOWING_X11