[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs x11.c
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs x11.c |
Date: |
Sat, 15 Dec 2007 07:31:11 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 07/12/15 07:31:11
Modified files:
. : x11.c
Log message:
0 initialize allocated QEfonts
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/x11.c?cvsroot=qemacs&r1=1.15&r2=1.16
Patches:
Index: x11.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/x11.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- x11.c 12 Dec 2007 11:49:03 -0000 1.15
+++ x11.c 15 Dec 2007 07:31:11 -0000 1.16
@@ -528,7 +528,7 @@
XftFont *renderFont;
QEFont *font;
- font = qe_malloc(QEFont);
+ font = qe_mallocz(QEFont);
if (!font)
return NULL;