diff options
Diffstat (limited to 'c++/window')
-rw-r--r-- | c++/window/xcb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/window/xcb.cpp b/c++/window/xcb.cpp index d5f5fbb..a9d0715 100644 --- a/c++/window/xcb.cpp +++ b/c++/window/xcb.cpp @@ -242,7 +242,7 @@ const video_mode& window<backend::linux_xcb>::get_video_mode() const { } conveyor<data<schema::WindowEvents>> window<backend::linux_xcb>::on_event() { - auto caf = new_conveyor_and_feeder<data<WindowEvents>>(); + auto caf = new_conveyor_and_feeder<data<schema::WindowEvents>>(); event_feeder = std::move(caf.feeder); return std::move(caf.conveyor); } |