Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fb61ec09
Commit
fb61ec09
authored
Mar 15, 1994
by
Karl Heuer
Browse files
(x_scroll_bar_expose): Don't make the right border thicker.
parent
91f5a8d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/xterm.c
src/xterm.c
+0
-6
No files found.
src/xterm.c
View file @
fb61ec09
...
...
@@ -2458,12 +2458,6 @@ x_scroll_bar_expose (bar, event)
/* x, y, width, height */
0, 0, XINT (bar->width) - 1, XINT (bar->height) - 1);
/* Draw another line to make the extra-thick border on the right. */
XFillRectangle
(
x_current_display
,
w
,
gc
,
/* x, y, width, height */
XINT
(
bar
->
width
)
-
2
,
1
,
1
,
XINT
(
bar
->
height
)
-
2
);
UNBLOCK_INPUT;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment