If an Ipc Message that will trigger a window repaint is received by a Client, and the message is older than GUI_EVENT_WIN_REPAINT_TIMEOUT, discard the repaint request.
At the moment, this implementation may look a bit unnecessarily verbose, but eventually it will allow us to be more specific in our message handling.