]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkthreads.h
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gdk / gdkthreads.h
index 172e1b165730b8c11a2f83421cc9e2d4c9f9d580..8869cfc014c73f7d892b6eadd1663383a9295c25 100644 (file)
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
+#ifndef __GDK_THREADS_H__
+#define __GDK_THREADS_H__
+
 #if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
 #error "Only <gdk/gdk.h> can be included directly."
 #endif
 
-#ifndef __GDK_THREADS_H__
-#define __GDK_THREADS_H__
-
 #include <gdk/gdktypes.h>
 
 G_BEGIN_DECLS
@@ -73,8 +73,6 @@ guint    gdk_threads_add_timeout_seconds      (guint          interval,
                                                gpointer       data);
 
 
-#if !(GDK_VERSION_MIN_REQUIRED >= GDK_VERSION_3_6)
-
 /**
  * GDK_THREADS_ENTER:
  *
@@ -100,8 +98,6 @@ guint    gdk_threads_add_timeout_seconds      (guint          interval,
  */
 #define GDK_THREADS_LEAVE() gdk_threads_leave()
 
-#endif
-
 #undef GDK_THREADS_DEPRECATED
 
 G_END_DECLS