Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
eclipse
eclipse
Commits
45b07c2b
Commit
45b07c2b
authored
Feb 16, 2004
by
Iban Hatchondo
Browse files
ignore => ignorable in defmethod.
parent
db85bf76
Changes
1
Hide whitespace changes
Inline
Side-by-side
wm.lisp
View file @
45b07c2b
;;; -*- Mode: Lisp; Package: ECLIPSE-INTERNALS -*-
;;; $Id: wm.lisp,v 1.3
5
2004/02/1
2 23:30:22
ihatchondo Exp $
;;; $Id: wm.lisp,v 1.3
6
2004/02/1
3 18:23:16
ihatchondo Exp $
;;;
;;; ECLIPSE. The Common Lisp Window Manager.
;;; Copyright (C) 2000, 2001, 2002 Iban HATCHONDO
...
...
@@ -563,7 +563,7 @@
nil
)
(
defmethod
menu-3-process
((
event
pointer-event
)
(
w
base-widget
)
&rest
rest
)
(
declare
(
ignore
event
w
rest
))
(
declare
(
ignor
abl
e
event
w
rest
))
(
xlib:ungrab-pointer
*display*
)
t
)
...
...
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