diff options
author | Dennis Kasprzyk <onestone@opencompositing.org> | 2007-08-28 15:45:12 +0200 |
---|---|---|
committer | Dennis Kasprzyk <onestone@opencompositing.org> | 2007-08-28 15:45:12 +0200 |
commit | bd5c6dbb3ce88ef02d4f52cebd373f5ccae25233 (patch) | |
tree | 4ecff9f93d0e675d2813d447cc67314500b7adde /3d.c | |
parent | 333c9a5ad91626dae519faae5bbf6c0b82d7bcd9 (diff) | |
download | 3d-bd5c6dbb3ce88ef02d4f52cebd373f5ccae25233.tar.gz 3d-bd5c6dbb3ce88ef02d4f52cebd373f5ccae25233.tar.bz2 |
Set tdWindowExists.
Diffstat (limited to '3d.c')
-rw-r--r-- | 3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,6 @@ static int cubeDisplayPrivateIndex = -1; typedef struct _tdDisplay { int screenPrivateIndex; - Bool active; InitPluginForDisplayProc initPluginForDisplay; FiniPluginForDisplayProc finiPluginForDisplay; @@ -164,6 +163,7 @@ static void tdPreparePaintScreen(CompScreen * screen, int msSinceLastPaint) tds->maxDepth++; tdw->depth = tds->maxDepth; + tds->tdWindowExists = TRUE; } minScale = MAX(minScale, 1.0 - (tds->maxDepth * maxDiv)); |