view Version @ 1509:02bfae9fd3e7

Rewrote part of _dw_get_frame_extents() on GTK2 to not use XIfEvent() since it will block if it never gets an event... even with our timeout code. Instead use a property notify GTK signal handler and wait up to a second for the notification using dw_main_iteration(). Also fixed a problem with dw_main_iteration() not updating the _dw_thread properly.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 28 Dec 2011 13:12:12 +0000
parents c98542f7ccdf
children 080b764e8982
line wrap: on
line source

# Set these here to change the version for all platforms
DW_MAJOR_VERSION=2
DW_MINOR_VERSION=2