2010-04-06 03:00 UTC+0200 Xavi (jarabal/at/gmail.com)

* harbour/src/rtl/gtwin/gtwin.c
    ! Fixed CTRL_CLOSE_EVENT according to present project goals.
This commit is contained in:
Xavi
2010-04-06 01:01:13 +00:00
parent 87ebfda410
commit e2ca2f59aa
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-04-06 03:00 UTC+0200 Xavi (jarabal/at/gmail.com)
* harbour/src/rtl/gtwin/gtwin.c
! Fixed CTRL_CLOSE_EVENT according to present project goals.
2010-04-05 09:04 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbxbp/hbpprocess.prg
+ Implemented ::lDetached functionality to execute a process independent

View File

@@ -1382,6 +1382,9 @@ static int hb_gt_win_ReadKey( PHB_GT pGT, int iEventMask )
/* Reset the global Ctrl+Break flag */
s_bBreak = HB_FALSE;
ch = HB_BREAK_FLAG; /* Indicate that Ctrl+Break was pressed */
PHB_ITEM pItem = hb_itemPutL( NULL, HB_TRUE );
hb_setSetItem( HB_SET_CANCEL, pItem );
hb_itemRelease( pItem );
}
/* Check for events only when the event buffer is exhausted. */
else if( s_wRepeated == 0 && s_cNumRead <= s_cNumIndex )