comparison src/w32term.h @ 16888:380c7e461c14

Use new name w32gui.h.
author Geoff Voelker <voelker@cs.washington.edu>
date Mon, 20 Jan 1997 01:00:08 +0000
parents c686d4f3728a
children 72fa0e75a0fe
comparison
equal deleted inserted replaced
16887:dd6cbc8b53e8 16888:380c7e461c14
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* Added by Kevin Gallo */ 21 /* Added by Kevin Gallo */
22 22
23 #include <win32.h> 23 #include <w32gui.h>
24 24
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) PALETTERGB(0,0,0) 28 #define BLACK_PIX_DEFAULT(f) PALETTERGB(0,0,0)