mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 18:26:03 +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 "gui/auxiliary/event/handler.hpp"
|
||||||
|
|
||||||
|
#include "clipboard.hpp"
|
||||||
#include "foreach.hpp"
|
#include "foreach.hpp"
|
||||||
#include "video.hpp"
|
#include "video.hpp"
|
||||||
#include "gui/auxiliary/event/dispatcher.hpp"
|
#include "gui/auxiliary/event/dispatcher.hpp"
|
||||||
@ -290,10 +291,10 @@ void thandler::handle_event(const SDL_Event& event)
|
|||||||
|
|
||||||
#if defined(_X11) && !defined(__APPLE__)
|
#if defined(_X11) && !defined(__APPLE__)
|
||||||
case SDL_SYSWMEVENT: {
|
case SDL_SYSWMEVENT: {
|
||||||
/* DBG_GUI_E << "Event: System event.\n";
|
DBG_GUI_E << "Event: System event.\n";
|
||||||
//clipboard support for X11
|
//clipboard support for X11
|
||||||
system_wm_event(event);
|
handle_system_event(event);
|
||||||
*/ break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user