2009-02-21 07:28 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/gtwvg/gtwvg.c
* harbour/contrib/gtwvg/wvggui.c
! Pacified warnings on 64 bits.
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-21 07:28 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/contrib/gtwvg/gtwvg.c
|
||||
* harbour/contrib/gtwvg/wvggui.c
|
||||
! Pacified warnings on 64 bits.
|
||||
|
||||
2009-02-21 07:15 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/contrib/gtwvg/wvgwin.c
|
||||
* harbour/contrib/gtwvg/wvgdarea.prg
|
||||
|
||||
@@ -3335,7 +3335,7 @@ static BOOL hb_gt_wvt_Info( PHB_GT pGT, int iType, PHB_GT_INFO pInfo )
|
||||
{
|
||||
RECT rect = { 0,0,0,0 };
|
||||
GetWindowRect( pWVT->hWnd, &rect );
|
||||
hb_retl( SetWindowPos( pWVT->hWnd, HWND_TOPMOST,
|
||||
hb_retl( SetWindowPos( pWVT->hWnd, ( HWND ) HWND_TOPMOST,
|
||||
rect.left,
|
||||
rect.top,
|
||||
0,
|
||||
@@ -3347,7 +3347,7 @@ static BOOL hb_gt_wvt_Info( PHB_GT pGT, int iType, PHB_GT_INFO pInfo )
|
||||
{
|
||||
RECT rect = { 0,0,0,0 };
|
||||
GetWindowRect( pWVT->hWnd, &rect );
|
||||
hb_retl( SetWindowPos( pWVT->hWnd, HWND_NOTOPMOST,
|
||||
hb_retl( SetWindowPos( pWVT->hWnd, ( HWND ) HWND_NOTOPMOST,
|
||||
rect.left,
|
||||
rect.top,
|
||||
0,
|
||||
@@ -4233,7 +4233,7 @@ static void hb_wvt_gtCreateToolTipWindow( PHB_GTWVT pWVT )
|
||||
pWVT->hInstance,
|
||||
NULL );
|
||||
SetWindowPos( hwndTT,
|
||||
HWND_TOPMOST,
|
||||
( HWND ) HWND_TOPMOST,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
||||
@@ -2036,7 +2036,7 @@ static BOOL hb_gt_wvt_Info( PHB_GT pGT, int iType, PHB_GT_INFO pInfo )
|
||||
{
|
||||
RECT rect = { 0,0,0,0 };
|
||||
GetWindowRect( pWVT->hWnd, &rect );
|
||||
hb_retl( SetWindowPos( pWVT->hWnd, HWND_TOPMOST,
|
||||
hb_retl( SetWindowPos( pWVT->hWnd, ( HWND ) HWND_TOPMOST,
|
||||
rect.left,
|
||||
rect.top,
|
||||
0,
|
||||
@@ -2048,7 +2048,7 @@ static BOOL hb_gt_wvt_Info( PHB_GT pGT, int iType, PHB_GT_INFO pInfo )
|
||||
{
|
||||
RECT rect = { 0,0,0,0 };
|
||||
GetWindowRect( pWVT->hWnd, &rect );
|
||||
hb_retl( SetWindowPos( pWVT->hWnd, HWND_NOTOPMOST,
|
||||
hb_retl( SetWindowPos( pWVT->hWnd, ( HWND ) HWND_NOTOPMOST,
|
||||
rect.left,
|
||||
rect.top,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user