diff options
-rw-r--r-- | generic/WidgetInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h index 6d71d2a..bbf296a 100644 --- a/generic/WidgetInfo.h +++ b/generic/WidgetInfo.h @@ -277,6 +277,7 @@ int scroll_yc; /* scrollbars). */ #ifndef _WIN32 ZnChrono this_draw_chrono; ZnChrono total_draw_chrono; + void *ps_info; #endif int num_items; int damaged_area_w; |