diff options
author | Yuri Dario <ydario@apache.org> | 2012-02-23 14:19:04 +0000 |
---|---|---|
committer | Yuri Dario <ydario@apache.org> | 2012-02-23 14:19:04 +0000 |
commit | f5158da10ad7d0fdc5fc3ea9f25ad6ed3ea16838 (patch) | |
tree | 55c4028b7852daf362461351097daad43a4e5ed7 /vcl/inc | |
parent | f8b0e55085f0541fe1dadc5052c43dc1fd73a746 (diff) |
i118923 - OS/2 port: use standard macro to create RGB colors, fixes vcl black backgrounds.
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/os2/salgdi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/os2/salgdi.h b/vcl/inc/os2/salgdi.h index 7a5c475adec0..702b28aeaa7f 100644 --- a/vcl/inc/os2/salgdi.h +++ b/vcl/inc/os2/salgdi.h @@ -340,7 +340,6 @@ void ImplSalDeInitGraphics( Os2SalGraphics* mpData ); // - Defines - // ----------- -#define RGBCOLOR(r,g,b) ((ULONG)(((PM_BYTE)(b)|((USHORT)(g)<<8))|(((ULONG)(PM_BYTE)(r))<<16))) #define TY( y ) (mnHeight-(y)-1) // offset for lcid field, used for fallback font selection |