mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 12:26:52 +00:00
Reenable the system events.
This commit is contained in:
parent
5b56521ef4
commit
fbacbd3a2c
@ -16,6 +16,7 @@
|
||||
|
||||
#include "gui/auxiliary/event/handler.hpp"
|
||||
|
||||
#include "clipboard.hpp"
|
||||
#include "foreach.hpp"
|
||||
#include "video.hpp"
|
||||
#include "gui/auxiliary/event/dispatcher.hpp"
|
||||
@ -290,10 +291,10 @@ void thandler::handle_event(const SDL_Event& event)
|
||||
|
||||
#if defined(_X11) && !defined(__APPLE__)
|
||||
case SDL_SYSWMEVENT: {
|
||||
/* DBG_GUI_E << "Event: System event.\n";
|
||||
DBG_GUI_E << "Event: System event.\n";
|
||||
//clipboard support for X11
|
||||
system_wm_event(event);
|
||||
*/ break;
|
||||
handle_system_event(event);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user