2012-11-29 01:38 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/gtwvg/tests/_utils.prg
! fixed to not define a function which is already
defined as a macro
* contrib/gtwvg/wvgparts.ch
* minor
* contrib/gtwvg/hbgtwvg.ch
! fixed the way some HB_GTE_* event macro collision
is avoided with core
This commit is contained in:
@@ -10,6 +10,18 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2012-11-29 01:38 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/gtwvg/tests/_utils.prg
|
||||
! fixed to not define a function which is already
|
||||
defined as a macro
|
||||
|
||||
* contrib/gtwvg/wvgparts.ch
|
||||
* minor
|
||||
|
||||
* contrib/gtwvg/hbgtwvg.ch
|
||||
! fixed the way some HB_GTE_* event macro collision
|
||||
is avoided with core
|
||||
|
||||
2012-11-29 01:20 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/rddads/ads.ch
|
||||
! added missing self-guard
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
/* Extended GT Manipulation Constants */
|
||||
|
||||
#ifndef HB_GTE_ACTIVATE
|
||||
#ifndef HB_LEGACY_LEVEL4
|
||||
#define HB_GTE_ACTIVATE 1
|
||||
#define HB_GTE_SETFOCUS 2
|
||||
#define HB_GTE_KILLFOCUS 3
|
||||
|
||||
@@ -267,10 +267,6 @@ FUNCTION WvtWindowExpand( nUnits )
|
||||
|
||||
RETURN .T.
|
||||
|
||||
FUNCTION RGB( r, g, b )
|
||||
|
||||
RETURN r + ( g * 256 ) + ( b * 256 * 256 )
|
||||
|
||||
FUNCTION VouChoice( aChoices )
|
||||
|
||||
LOCAL scr, clr, nChoice
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
*/
|
||||
|
||||
#ifndef _WVG_CH
|
||||
|
||||
#define _WVG_CH
|
||||
|
||||
/*-*/
|
||||
|
||||
Reference in New Issue
Block a user