aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/WidgetInfo.h')
-rw-r--r--generic/WidgetInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index 2ef78a8..8483dca 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -233,16 +233,17 @@ typedef struct _ZnWInfo {
* viewing area past the scroll region. */
Tcl_Obj *region; /* Scroll region option string source of the
* scroll_region above. */
+ Tk_PostscriptInfo ps_info;
/* Perf measurement variables. */
#ifndef _WIN32
ZnChrono this_draw_chrono;
ZnChrono total_draw_chrono;
- void *ps_info;
#endif
int num_items;
int damaged_area_w;
int damaged_area_h;
+ int debug;
} ZnWInfo;