#
[bpt/emacs.git] / src / w32gui.h
index ba04d1a..43b4277 100644 (file)
@@ -1,4 +1,4 @@
-/* Definitions and headers for communication with Win32 GUI.
+/* Definitions and headers for communication on the Microsoft W32 API.
    Copyright (C) 1995 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -15,16 +15,19 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
-#ifndef __WIN32_H__
-#define __WIN32_H__
+#ifndef __W32GUI_H__
+#define __W32GUI_H__
 
 #include <windows.h>
+#include "w32bdf.h"
 
 typedef struct W32FontStruct {
   TEXTMETRIC tm;
   HFONT hfont;
+  bdffont *bdf;
 } W32FontStruct;
 
 typedef HBITMAP Pixmap;