From 79f65d040d72f778f66f8eefdaffb6acd9799a38 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 10 May 2005 07:59:48 +0000 Subject: Merge of the newly developped postscript code (still not fully functional). --- generic/WidgetInfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'generic/WidgetInfo.h') 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; -- cgit v1.1