Wed Sep 26 23:19:37 2001 Michael Jennings (mej)

Oops.  Let's get rid of that useless code. :P


SVN revision: 5378
This commit is contained in:
Michael Jennings 2001-09-27 06:21:28 +00:00
parent d3cd984907
commit 5fb6ac13f9
2 changed files with 5 additions and 3 deletions

View File

@ -4396,3 +4396,7 @@ Sat Sep 22 09:41:26 2001 Michael Jennings (mej)
Fixes for Solaris where ln requires a certain argument order.
----------------------------------------------------------------------
Wed Sep 26 23:19:37 2001 Michael Jennings (mej)
Oops. Let's get rid of that useless code. :P
----------------------------------------------------------------------

View File

@ -612,9 +612,7 @@ handle_button_press(event_t *ev)
D_EVENTS(("handle_button_press(ev [%8p] on window 0x%08x)\n", ev, ev->xany.window));
REQUIRE_RVAL(XEVENT_IS_MYWIN(ev, &primary_data), 0);
if (Options & Opt_borderless) {
XSetInputFocus(Xdisplay, Xroot, RevertToNone, CurrentTime);
}
if (action_dispatch(ev, 0)) {
button_state.ignore_release = 1;
return 1;