Speed up rendering of columns in sheet.
[pspp] / src / ui / gui / pspp-sheet-private.h
index 508e78fb0f09a84fa40bb888bb0f86e2f5001d21..a19c7c5b783bf60bef8916a8616be49a091e86c8 100644 (file)
@@ -280,6 +280,9 @@ struct _PsppSheetViewPrivate
    * driving the scrollable adjustment values */
   guint hscroll_policy : 1;
   guint vscroll_policy : 1;
+
+  /* For optimisation of size allocate requests */
+  guint resized : 1;
  };
 
 #ifdef __GNUC__