Skip to content
Commit 6ca428ed authored by Giulio Camuffo's avatar Giulio Camuffo Committed by Kristian Høgsberg
Browse files

server: use the right function pointer type in wl_signal_get

use the wl_notify_func type, and not void *, or else wl_signal_get
will not be usable by a c++ plugin because it will not cast
void * to a function pointer.
parent 3bda2151
Loading
Loading
Loading
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