Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-01-11 21:35:16 +0300
committerTon Roosendaal <ton@blender.org>2009-01-11 21:35:16 +0300
commit87d5d0aa1030e608c196b4105ff220061814c85d (patch)
tree483e2742fe66cd3ce8d3babb736791ccd6848fba /source/blender/blenkernel/BKE_global.h
parentfd4c399a8704e36b2612765c33d8bd765e031462 (diff)
2.5
Testing commit; this puts back support for swap-exchange graphics cards, which I had hoped to have faded out... but it appears it still does it for intel and some atis. This only swap-exchanges properly for areas/regions, not for menus or the 'action zone triange'. Let's see if it works! You enable it with starting with commandline option -E
Diffstat (limited to 'source/blender/blenkernel/BKE_global.h')
-rw-r--r--source/blender/blenkernel/BKE_global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_global.h b/source/blender/blenkernel/BKE_global.h
index 1803e9ff7db..c0604a2b213 100644
--- a/source/blender/blenkernel/BKE_global.h
+++ b/source/blender/blenkernel/BKE_global.h
@@ -124,7 +124,7 @@ typedef struct Global {
/* G.f */
#define G_RENDER_OGL (1 << 0)
-#define G_PLAYANIM (1 << 1)
+#define G_SWAP_EXCHANGE (1 << 1)
/* also uses G_FILE_AUTOPLAY */
#define G_RENDER_SHADOW (1 << 3)
#define G_BACKBUFSEL (1 << 4)