Skip to content

Fix use of HASH_FIND() in RemoveScreenPointerMapping()

Kyle Brenneman requested to merge github/fork/bnguyen0/master into master

Created by: bnguyen0

Replace HASH_FIND() with the convenience macro HASH_FIND_PTR() in RemoveScreenPointerMapping() and ScreenFromPointer(), to be consistent with AddScreenPointerMapping(). This has the side-effect of fixing invalid usage of the original HASH_FIND() macro in RemoveScreenPointerMapping().

Signed-Off-By: Brian Nguyen brnguyen@nvidia.com Fixes #3 (closed)

Merge request reports