Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3fed86ff
Commit
3fed86ff
authored
Apr 11, 1996
by
Geoff Voelker
Browse files
(BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use PALETTERGB instead of RGB.
parent
1da8a614
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/w32term.h
src/w32term.h
+2
-2
No files found.
src/w32term.h
View file @
3fed86ff
...
@@ -25,8 +25,8 @@ Boston, MA 02111-1307, USA. */
...
@@ -25,8 +25,8 @@ Boston, MA 02111-1307, USA. */
/* The class of this X application. */
/* The class of this X application. */
#define EMACS_CLASS "Emacs"
#define EMACS_CLASS "Emacs"
#define BLACK_PIX_DEFAULT(f) RGB(0,0,0)
#define BLACK_PIX_DEFAULT(f)
PALETTE
RGB(0,0,0)
#define WHITE_PIX_DEFAULT(f) RGB(255,255,255)
#define WHITE_PIX_DEFAULT(f)
PALETTE
RGB(255,255,255)
#define FONT_WIDTH(f) ((f)->tm.tmAveCharWidth)
#define FONT_WIDTH(f) ((f)->tm.tmAveCharWidth)
#define FONT_HEIGHT(f) ((f)->tm.tmHeight)
#define FONT_HEIGHT(f) ((f)->tm.tmHeight)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment