2010-02-20 20:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbwin/hbwin.ch
    ! Renamed HB_WIN_RGB_BROWN to HB_WIN_RGB_YELLOW to match 
      real RGB color.
      I left old RGB_BROWN as is, even if was never really 
      set to brown.
This commit is contained in:
Viktor Szakats
2010-02-20 19:52:51 +00:00
parent 8ba79c5a08
commit 3ffef74f9e
2 changed files with 9 additions and 2 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-02-20 20:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/hbwin.ch
! Renamed HB_WIN_RGB_BROWN to HB_WIN_RGB_YELLOW to match
real RGB color.
I left old RGB_BROWN as is, even if was never really
set to brown.
2010-02-20 19:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rdd/Makefile
* src/rdd/dbcmd53.c

View File

@@ -154,7 +154,7 @@
#define HB_WIN_RGB_RED WIN_RGB( 0xFF, 0x00, 0x00 )
#define HB_WIN_RGB_CYAN WIN_RGB( 0x00, 0xFF, 0xFF )
#define HB_WIN_RGB_MAGENTA WIN_RGB( 0xFF, 0x00, 0xFF )
#define HB_WIN_RGB_BROWN WIN_RGB( 0xFF, 0xFF, 0x00 )
#define HB_WIN_RGB_YELLOW WIN_RGB( 0xFF, 0xFF, 0x00 )
#define HB_WIN_RGB_WHITE WIN_RGB( 0xFF, 0xFF, 0xFF )
/* WIN_SETDOCUMENTPROPERTIES() paper types */
@@ -551,7 +551,7 @@
#define RGB_CYAN HB_WIN_RGB_CYAN
#define RGB_RED HB_WIN_RGB_RED
#define RGB_MAGENTA HB_WIN_RGB_MAGENTA
#define RGB_BROWN HB_WIN_RGB_BROWN
#define RGB_BROWN HB_WIN_RGB_YELLOW
#define RGB_WHITE HB_WIN_RGB_WHITE
#define MM_TEXT WIN_MM_TEXT