aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
authorlemort2007-11-19 16:19:01 +0000
committerlemort2007-11-19 16:19:01 +0000
commit1e335fc694e93bdc6e6560b20ccd35d712f51b74 (patch)
tree5cbb185dba81fc0725f3e15996ab5b43e3a77907 /generic/WidgetInfo.h
parent8f95e88041057a292ae2f15737815a668aa6236e (diff)
downloadtkzinc-1e335fc694e93bdc6e6560b20ccd35d712f51b74.zip
tkzinc-1e335fc694e93bdc6e6560b20ccd35d712f51b74.tar.gz
tkzinc-1e335fc694e93bdc6e6560b20ccd35d712f51b74.tar.bz2
tkzinc-1e335fc694e93bdc6e6560b20ccd35d712f51b74.tar.xz
Replace #ifdef GL_DAMAGE statement with a new option (-usedamage) of the TkZinc widget
Diffstat (limited to 'generic/WidgetInfo.h')
-rw-r--r--generic/WidgetInfo.h1
1 files changed, 1 insertions, 0 deletions
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