After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 640803 - Queue repaints instead of immediate repainting
Queue repaints instead of immediate repainting
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: gnomine
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-28 09:15 UTC by Benjamin Otte (Company)
Modified: 2011-01-30 17:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnomine: Queue repaints instead of immediate repainting (7.41 KB, patch)
2011-01-28 09:15 UTC, Benjamin Otte (Company)
committed Details | Review

Description Benjamin Otte (Company) 2011-01-28 09:15:22 UTC
This way we get double-buffering, coalesce repaints of multiple cells and use all the other niceties of the GTK redraw mechanism.
We also don't exercise unused code paths in GTK and avoid bugs like 640195 :)
Comment 1 Benjamin Otte (Company) 2011-01-28 09:15:26 UTC
Created attachment 179495 [details] [review]
gnomine: Queue repaints instead of immediate repainting

This way we get double-buffering, coalesce repaints of multiple cells
and use all the other niceties of the GTK redraw mechanism.
Comment 2 Thomas Andersen 2011-01-30 17:05:22 UTC
Comment on attachment 179495 [details] [review]
gnomine: Queue repaints instead of immediate repainting

Committed to master. Thanks