]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcheckbutton.h
css: Implement repeating linear gradients
[~andy/gtk] / gtk / gtkcheckbutton.h
index 54c6dcfa394c2db69fbd28cfce6c44dffc86e53e..1ea6e31dbe59b51e17c8b5a6faa6675aa6d73f4a 100644 (file)
@@ -24,7 +24,7 @@
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
@@ -58,7 +58,7 @@ struct _GtkCheckButtonClass
   GtkToggleButtonClass parent_class;
 
   void (* draw_indicator) (GtkCheckButton *check_button,
-                          GdkRectangle   *area);
+                          cairo_t        *cr);
 
   /* Padding for future expansion */
   void (*_gtk_reserved1) (void);