Converted strings to utf8 before passing to gtksheet. Should work properly now with
[pspp-builds.git] / lib / gtksheet / gtksheet.h
index 9f0a76dac46681dc10e0f368a1db0ff5f42c6204..3fecbc926267849a813d4960d6f9ed05c698614b 100644 (file)
@@ -178,7 +178,7 @@ struct _GtkSheet{
   guint sheet_window_height;
 
   /* sheet backing pixmap */  
-  GdkWindow *pixmap;    
+  GdkPixmap *pixmap;    
 
   /* offsets for scrolling */
   gint hoffset;