Jinoh Kang (@iamahuman) commented about server/queue.c:
const hw_input_t *input = &pointer->input; unsigned int i, wparam = input->hw.wparam; timeout_t time = get_tick_count();
const desktop_shm_t *desktop_shm; user_handle_t win = pointer->win; rectangle_t top_rect; struct message *msg; int x, y;
desktop_shm = get_shared_desktop( desktop->session_index );
(minor nit) consistency ```suggestion:-6+0 const desktop_shm_t *desktop_shm = get_shared_desktop( desktop->session_index ); user_handle_t win = pointer->win; rectangle_t top_rect; struct message *msg; int x, y; ```