Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use XQueryPointer() instead to detect zaphod
FLTK can send events with fl_xevent pointing to random memory, which means that we cannot trust that structure. XQueryPointer() can give us what we need, at the cost of an extra round trip.
- Loading branch information