[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] Changes to qemacs/display.h
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] Changes to qemacs/display.h |
Date: |
Fri, 08 Jul 2005 05:30:45 -0400 |
Index: qemacs/display.h
diff -u qemacs/display.h:1.5 qemacs/display.h:1.6
--- qemacs/display.h:1.5 Fri May 13 10:05:24 2005
+++ qemacs/display.h Fri Jul 8 09:30:44 2005
@@ -161,7 +161,7 @@
/* XXX: only needed for backward compatibility */
static inline int glyph_width(QEditScreen *s, QEFont *font, int ch)
{
- int buf[1];
+ unsigned int buf[1];
QECharMetrics metrics;
buf[0] = ch;
text_metrics(s, font, &metrics, buf, 1);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemacs-commit] Changes to qemacs/display.h,
Charlie Gordon <=