X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtk-contrib%2Fgtkxpaned.h;h=62d920eb54260bbdf008dbe1f5218022afae8bd5;hb=55c55aa33d0f90d1b3b58f8b33b3fc54062c553e;hp=1e64cebad48d63c868e1e7dedcc9dfb03b481bea;hpb=c2d5b2ec4446a01578530645f4ff354b0a279338;p=pspp diff --git a/lib/gtk-contrib/gtkxpaned.h b/lib/gtk-contrib/gtkxpaned.h index 1e64cebad4..62d920eb54 100644 --- a/lib/gtk-contrib/gtkxpaned.h +++ b/lib/gtk-contrib/gtkxpaned.h @@ -32,7 +32,7 @@ #ifndef GTK_XPANED_H #define GTK_XPANED_H -#include +#include G_BEGIN_DECLS #define GTK_TYPE_XPANED (gtk_xpaned_get_type ()) @@ -67,7 +67,7 @@ struct _GtkXPaned GdkWindow *handle_north; GdkWindow *handle_south; GdkWindow *handle_middle; - GdkGC *xor_gc; + GdkCursorType cursor_type_east; GdkCursorType cursor_type_west; GdkCursorType cursor_type_north;