changeset 90495:e9e7201759bb

Add back smoothing_type and smoothing_enabled definitions.
author Jason Rumney <jasonr@gnu.org>
date Sun, 25 Jun 2006 11:47:12 +0000
parents a4810157137f
children dd079c3dfd6b
files src/w32term.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.c	Fri Jun 23 05:09:21 2006 +0000
+++ b/src/w32term.c	Sun Jun 25 11:47:12 2006 +0000
@@ -6513,6 +6513,9 @@
 
   /* Dynamically link to optional system components.  */
   {
+    UINT smoothing_type;
+    BOOL smoothing_enabled;
+
     HANDLE gdi_lib = LoadLibrary ("gdi32.dll");
 
 #define LOAD_PROC(lib, fn) pfn##fn = (void *) GetProcAddress (lib, #fn)