Skip to content

Commit

Permalink
more formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
3b authored and patzy committed Jan 3, 2013
1 parent cd727ce commit c14c846
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/x11/xlib.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -651,15 +651,10 @@
(unwind-protect
(progn
(x-get-event-data display-ptr event)
(%generic-event-dispatch (name ext) evtype data display-ptr)
)
(%generic-event-dispatch (name ext) evtype data display-ptr))
(unless (null-pointer-p data)
(x-free-event-data display-ptr event))
)
(format t "Unhandled X11 generic-event: ~S, opcode ~s, display ~s~%" evtype extension display-ptr)))

)
)
(x-free-event-data display-ptr event)))
(format t "Unhandled X11 generic-event: ~S, opcode ~s, display ~s~%" evtype extension display-ptr)))))

(defcfun ("XLookupString" %x-lookup-string) :int
(evt x-key-event) (buffer-return :pointer) (bytes-buffer :int)
Expand Down

0 comments on commit c14c846

Please sign in to comment.