aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c2
-rw-r--r--src/xterm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 6a4e69dc94e..a5b69946b7a 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -63,7 +63,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
63#ifndef TRUE 63#ifndef TRUE
64#define TRUE 1 64#define TRUE 1
65#define FALSE 0 65#define FALSE 0
66#endif TRUE 66#endif /* TRUE */
67 67
68#ifdef HAVE_X11 68#ifdef HAVE_X11
69extern Display *x_current_display; 69extern Display *x_current_display;
diff --git a/src/xterm.c b/src/xterm.c
index 60f4c8850fc..54075bc236b 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -1080,7 +1080,7 @@ dumprectangle (f, left, top, cols, rows)
1080 || right > intborder + f->width * FONT_WIDTH (f->display.x->font)) 1080 || right > intborder + f->width * FONT_WIDTH (f->display.x->font))
1081 dumpborder (f, 0); 1081 dumpborder (f, 0);
1082 } 1082 }
1083#endif /* HAVE_X11 /* Window manger does this for X11. */ */ 1083#endif /* HAVE_X11 Window manger does this for X11. */
1084 1084
1085 /* Convert rectangle edges in pixels to edges in chars. 1085 /* Convert rectangle edges in pixels to edges in chars.
1086 Round down for left and top, up for right and bottom. */ 1086 Round down for left and top, up for right and bottom. */