[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: |
Tue, 18 Dec 2007 12:10:51 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 07/12/18 12:10:51
Modified files:
. : x11.c
Log message:
cosmetics
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/x11.c?cvsroot=qemacs&r1=1.17&r2=1.18
Patches:
Index: x11.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/x11.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- x11.c 15 Dec 2007 16:02:47 -0000 1.17
+++ x11.c 18 Dec 2007 12:10:50 -0000 1.18
@@ -85,7 +85,6 @@
static int force_tty;
static const char *display_str;
static const char *geometry_str;
-
static int font_ptsize;
//} x11_state;
@@ -626,8 +625,7 @@
xcolor = get_x11_color(color);
XSetForeground(display, gc, xcolor);
- XFillRectangle(display, dbuffer, gc,
- x1, y1, w, h);
+ XFillRectangle(display, dbuffer, gc, x1, y1, w, h);
}
static void get_entry(char *buf, int buf_size, const char **pp)