Commit ed412c138520e515adb161fa37932bc54fca4768

Frank Praznik 2022-10-15T14:05:35

wayland: Cleanup event source comments, headers, and error reporting Replace instances of fprintf(stderr, ...) with SDL_SetError(), replace C++ comments with C style, use a uniform format for multi-line comments, and remove unused headers as poll and select aren't used in this file (the SDL function which calls them is used instead).