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>2008-12-16 15:28:00 +0300
committerTon Roosendaal <ton@blender.org>2008-12-16 15:28:00 +0300
commit6fe19cfc85a75f0ec6bb46a70fc9c849108b41ca (patch)
tree58cb50e504afb8e2cdbe22491544079eeadf297e /source/blender/editors/interface/interface_icons.c
parentf518fa8ea76a39078ca43eb06fbfaf5aa9ac31dc (diff)
2.5
Work on getting notifiers in shape. - Most important: local (to own region or area) redraw notifiers have been depricated. This is not a good or correct notifier anyway. Notifiers should be signals to other areas. - Instead use these 2 functions: ED_area_tag_redraw(area); ED_region_tag_redraw(region); It seems to me good convention to keep the area/region redraw tag itself protected everywhere, for future improvements. - Also added a basic WM function that checks overlapping regions, and flushes redraws to underlying regions. This makes menus and buttons allow to only send local region redraws. (Brought back two "swapbuffer indicators" to test this. - Todo: area 'action zone' redraws, and fixing other notifiers... sending data pointers in a notifier seems to be bad idea.
Diffstat (limited to 'source/blender/editors/interface/interface_icons.c')
0 files changed, 0 insertions, 0 deletions