qemacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-devel] Changes to qemacs/display.h


From: Charlie Gordon
Subject: [Qemacs-devel] Changes to qemacs/display.h
Date: Wed, 11 May 2005 07:59:04 -0400

Index: qemacs/display.h
diff -u qemacs/display.h:1.3 qemacs/display.h:1.4
--- qemacs/display.h:1.3        Mon May  9 02:17:47 2005
+++ qemacs/display.h    Wed May 11 11:59:03 2005
@@ -1,7 +1,7 @@
 #ifndef QE_DISPLAY_H
 #define QE_DISPLAY_H
 
-#define MAX_SCREEN_WIDTH 256  /* in chars */
+#define MAX_SCREEN_WIDTH 1024  /* in chars */
 #define MAX_SCREEN_LINES 256  /* in text lines */
 
 typedef unsigned int QEColor;
@@ -147,7 +147,7 @@
 static inline void close_font(QEditScreen *s, QEFont *font)
 {
     if (!font->system_font)
-       s->dpy.dpy_close_font(s, font);
+        s->dpy.dpy_close_font(s, font);
 }
 
 static inline void text_metrics(QEditScreen *s, QEFont *font, 
@@ -169,12 +169,12 @@
 
 static inline void dpy_flush(QEditScreen *s)
 {
-     s->dpy.dpy_flush(s);
+    s->dpy.dpy_flush(s);
 }
 
 static inline void dpy_close(QEditScreen *s)
 {
-     s->dpy.dpy_close(s);
+    s->dpy.dpy_close(s);
 }
 
 void fill_rectangle(QEditScreen *s,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]