2013-03-13 02:20 UTC+0100 Viktor Szakats (harbour syenar.net)

* contrib/gtwvg/gtwgud.c
  * contrib/gtwvg/gtwvgd.c
    ! fixed to use K_ESC instead of literals after
      2013-03-12 18:06 UTC-0800
This commit is contained in:
Viktor Szakats
2013-03-13 01:21:21 +00:00
parent c7dbbca192
commit 4f27df81ae
3 changed files with 9 additions and 3 deletions

View File

@@ -10,10 +10,16 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-03-13 02:20 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/gtwvg/gtwgud.c
* contrib/gtwvg/gtwvgd.c
! fixed to use K_ESC instead of literals after
2013-03-12 18:06 UTC-0800
2013-03-12 18:06 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/gtwvg/gtwgud.c
* contrib/gtwvg/gtwvgd.c
! Fixed: reverted parts of last wreckless commit without checking
! Fixed: reverted parts of last wreckless commit without checking
the changes. Sorry, I must be more attentive next time.
2013-03-13 00:09 UTC+0100 Viktor Szakats (harbour syenar.net)

View File

@@ -1049,7 +1049,7 @@ static LRESULT CALLBACK hb_gt_wvt_WndProc( HWND hWnd, UINT message, WPARAM wPara
PHB_ITEM pEvParams = hb_itemNew( NULL );
if( hb_gt_wvt_FireEvent( pWVT, HB_GTE_CLOSE, pEvParams ) == 0 )
{
hb_gt_wvt_AddCharToInputQueue( pWVT, 27 );
hb_gt_wvt_AddCharToInputQueue( pWVT, K_ESC );
}
return 0;
}

View File

@@ -2138,7 +2138,7 @@ static LRESULT CALLBACK hb_gt_wvt_WndProc( HWND hWnd, UINT message, WPARAM wPara
PHB_ITEM pEvParams = hb_itemNew( NULL );
if( hb_gt_wvt_FireEvent( pWVT, HB_GTE_CLOSE, pEvParams ) == 0 )
{
hb_gt_wvt_AddCharToInputQueue( pWVT, 27 );
hb_gt_wvt_AddCharToInputQueue( pWVT, K_ESC );
#if 0
PHB_ITEM pItem = hb_itemPutL( NULL, HB_TRUE );
hb_setSetItem( HB_SET_CANCEL, pItem );