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/editors/screen/area.c
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/editors/screen/area.c')
-rw-r--r--source/blender/editors/screen/area.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 5aa8a5b466b..d6235384e6e 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -233,6 +233,7 @@ void ED_region_do_draw(bContext *C, ARegion *ar)
ED_region_pixelspace(ar);
ar->do_draw= 0;
+ ar->swap= WIN_BACK_OK;
}
/* **********************************