diff options
| author | Jim Blandy | 1993-05-29 20:49:01 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-29 20:49:01 +0000 |
| commit | d065dd2e79a73b8e34c059bc50177090f1618fd5 (patch) | |
| tree | 4dd5555ec24dfead672c6981f6a8061b6dd60bf5 /src/xterm.c | |
| parent | d04e8e46ab8383ce775d5624bb22c639796c0eff (diff) | |
| download | emacs-d065dd2e79a73b8e34c059bc50177090f1618fd5.tar.gz emacs-d065dd2e79a73b8e34c059bc50177090f1618fd5.zip | |
* sysdep.c (sys_siglist): Comment out #endif trailer.
* xmenu.c (TRUE, FALSE): Same.
* xterm.c (dumprectangle): Same.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |