aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 36d9a4fd73c..368fc0c5d8e 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -25,8 +25,8 @@ Boston, MA 02111-1307, USA. */
25/* The class of this X application. */ 25/* The class of this X application. */
26#define EMACS_CLASS "Emacs" 26#define EMACS_CLASS "Emacs"
27 27
28#define BLACK_PIX_DEFAULT(f) RGB(0,0,0) 28#define BLACK_PIX_DEFAULT(f) PALETTERGB(0,0,0)
29#define WHITE_PIX_DEFAULT(f) RGB(255,255,255) 29#define WHITE_PIX_DEFAULT(f) PALETTERGB(255,255,255)
30 30
31#define FONT_WIDTH(f) ((f)->tm.tmAveCharWidth) 31#define FONT_WIDTH(f) ((f)->tm.tmAveCharWidth)
32#define FONT_HEIGHT(f) ((f)->tm.tmHeight) 32#define FONT_HEIGHT(f) ((f)->tm.tmHeight)