]> code.delx.au - gnu-emacs/blobdiff - src/ftxfont.c
* xterm.c (x_make_frame_visible): Restore hack which is needed when
[gnu-emacs] / src / ftxfont.c
index 63d03b0e2440fa7918045098b402353c5dee9c62..d1aa3e404037c9d5602054a5e22a60d38794913c 100644 (file)
@@ -57,7 +57,7 @@ struct ftxfont_frame_data
 /* Return an array of 6 GCs for antialiasing.  */
 
 static GC *
-ftxfont_get_gcs (struct frame *f, long unsigned int foreground, long unsigned int background)
+ftxfont_get_gcs (struct frame *f, unsigned long foreground, unsigned long background)
 {
   XColor color;
   XGCValues xgcv;
@@ -260,9 +260,9 @@ ftxfont_open (struct frame *f, Lisp_Object entity, int pixel_size)
 }
 
 static void
-ftxfont_close (struct frame *f, struct font *font)
+ftxfont_close (struct font *font)
 {
-  ftfont_driver.close (f, font);
+  ftfont_driver.close (font);
 }
 
 static int