From 1e335fc694e93bdc6e6560b20ccd35d712f51b74 Mon Sep 17 00:00:00 2001 From: lemort Date: Mon, 19 Nov 2007 16:19:01 +0000 Subject: Replace #ifdef GL_DAMAGE statement with a new option (-usedamage) of the TkZinc widget --- generic/WidgetInfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'generic/WidgetInfo.h') diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h index 6851f65..6b34ba7 100644 --- a/generic/WidgetInfo.h +++ b/generic/WidgetInfo.h @@ -203,6 +203,7 @@ typedef struct _ZnWInfo { ZnBool full_reshape; /* Use it on the top level window. */ Window real_top; int render; + ZnBool usedamage; /* Use GL damage (only works if render is to 1 ie if we use GL) */ unsigned char alpha; /* Current composite group alpha. */ ZnItem top_group; #ifndef PTK_800 -- cgit v1.1