Skip to content
Snippets Groups Projects
Commit 522cee82 authored by pw's avatar pw
Browse files

The click-count slot in button callback structures was typed as fixnum, but

this loses when compiled safe because the slot is valid only in certain
cases and the received value may be random junk. It now typed
as (unsigned-byte 32).
parent b22da333
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment