Martin Edmund Sevior wrote on Thu, 24 May 2012 01:48:45 +0000:
> we've exposed a crash bug that is present in gtk-3.4 but not gtk-.3.2.4
> (distributed in Fedora 16).
> // AND REVERT TO EARLIER CODE ONCE THIS IS
> // FIXED.
What about
#if !GTK_CHECK_VERSION(3,4,0)
FV_ViewDoubleBuffering dblBufferingObj(this, false, false);
dblBufferingObj.beginDoubleBuffering();
while ((!bDone || bIsDirty) && pCurRun)
{
#else
while ((!bDone || bIsDirty) && pCurRun)
{
FV_ViewDoubleBuffering dblBufferingObj(this, false, false);
dblBufferingObj.beginDoubleBuffering();
#endif
then, not changing the code for all non Fedora 16 users?
Ingo
Received on Thu May 24 08:31:46 2012
This archive was generated by hypermail 2.1.8 : Thu May 24 2012 - 08:31:46 CEST