Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 165280 | Differences between
and this patch

Collapse All | Expand All

(-)Amaya/thotlib/dialogue/appdialogue_wx.c.orig (-2 / +2 lines)
Lines 993-999 Link Here
993
   * this function waits for complete widgets initialisation */
993
   * this function waits for complete widgets initialisation */
994
  /* notice: no not use safe yield here because it use a
994
  /* notice: no not use safe yield here because it use a
995
     wxWindowDisabler and it makes menus blinking */
995
     wxWindowDisabler and it makes menus blinking */
996
  wxYield();
996
  wxTheApp->Yield(TRUE);
997
  return TRUE;
997
  return TRUE;
998
}
998
}
999
999
Lines 1824-1830 Link Here
1824
  TtaHandlePendingEvents();
1824
  TtaHandlePendingEvents();
1825
  /* wait for frame initialisation (needed by opengl) 
1825
  /* wait for frame initialisation (needed by opengl) 
1826
   * this function waits for complete widgets initialisation */
1826
   * this function waits for complete widgets initialisation */
1827
  wxYield();
1827
  wxTheApp->Yield(TRUE);
1828
  /* fix accessibility problem : force the created frame to get the focus */
1828
  /* fix accessibility problem : force the created frame to get the focus */
1829
  TtaRedirectFocus();
1829
  TtaRedirectFocus();
1830
1830

Return to bug 165280