aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
authorlecoanet2005-05-10 07:59:48 +0000
committerlecoanet2005-05-10 07:59:48 +0000
commit79f65d040d72f778f66f8eefdaffb6acd9799a38 (patch)
treed1e43508242bd9d6ba85e4147e444d12830b8d3a /generic/WidgetInfo.h
parent72fd6b4d5f695731d2b6f4c553f7f9bcd0c43476 (diff)
downloadtkzinc-79f65d040d72f778f66f8eefdaffb6acd9799a38.zip
tkzinc-79f65d040d72f778f66f8eefdaffb6acd9799a38.tar.gz
tkzinc-79f65d040d72f778f66f8eefdaffb6acd9799a38.tar.bz2
tkzinc-79f65d040d72f778f66f8eefdaffb6acd9799a38.tar.xz
Merge of the newly developped postscript code (still not fully functional).
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;