[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/widgetprv.h,v
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] Changes to emacs/src/widgetprv.h,v |
Date: |
Tue, 26 Aug 2008 17:09:16 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Chong Yidong <cyd> 08/08/26 17:09:16
Index: widgetprv.h
===================================================================
RCS file: /sources/emacs/emacs/src/widgetprv.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- widgetprv.h 15 May 2008 03:25:14 -0000 1.11
+++ widgetprv.h 26 Aug 2008 17:09:16 -0000 1.12
@@ -44,7 +44,7 @@
int internal_border_width; /* internal borders */
int interline; /* skips between lines */
- XFontStruct* font; /* font */
+ struct font* font; /* font */
Pixel foreground_pixel; /* foreground */
Pixel cursor_color; /* text cursor color */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/widgetprv.h,v,
Chong Yidong <=