Rémi Bernon (@rbernon) commented about server/queue.c:
release_object( desktop ); }
}
+DECL_HANDLER(set_keyboard_repeat) +{
- struct desktop *desktop;
- if (!(desktop = get_hardware_input_desktop( 0 ))) return;
This should probably instead be the desktop associated with the caller thread / process.