2013-11-27 20:32 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/gtxwc/gtxwc.c
! fixed typo which broke event loop processing - changed state
was not flushed without incoming events
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2013-11-27 20:32 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/gtxwc/gtxwc.c
|
||||
! fixed typo which broke event loop processing - changed state
|
||||
was not flushed without incoming events
|
||||
|
||||
2013-11-27 13:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/gtxwc/gtxwc.c
|
||||
* minor modification for future usage
|
||||
|
||||
@@ -4199,6 +4199,10 @@ static void hb_gt_xwc_ProcessMessages( PXWND_DEF wnd, HB_BOOL fSync )
|
||||
HB_BOOL fRepeat = HB_FALSE;
|
||||
XEvent evt;
|
||||
|
||||
hb_gt_xwc_UpdateSize( wnd );
|
||||
hb_gt_xwc_UpdatePts( wnd );
|
||||
hb_gt_xwc_UpdateCursor( wnd );
|
||||
|
||||
if( fSync )
|
||||
XSync( wnd->dpy, False );
|
||||
|
||||
@@ -4210,10 +4214,6 @@ static void hb_gt_xwc_ProcessMessages( PXWND_DEF wnd, HB_BOOL fSync )
|
||||
|
||||
if( !fRepeat )
|
||||
break;
|
||||
|
||||
hb_gt_xwc_UpdateSize( wnd );
|
||||
hb_gt_xwc_UpdatePts( wnd );
|
||||
hb_gt_xwc_UpdateCursor( wnd );
|
||||
}
|
||||
|
||||
HB_XWC_XLIB_UNLOCK();
|
||||
|
||||
Reference in New Issue
Block a user