summaryrefslogtreecommitdiff
path: root/modules/window/c++/xcb.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/window/c++/xcb.hpp')
-rw-r--r--modules/window/c++/xcb.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/window/c++/xcb.hpp b/modules/window/c++/xcb.hpp
index 1694923..2f84133 100644
--- a/modules/window/c++/xcb.hpp
+++ b/modules/window/c++/xcb.hpp
@@ -10,8 +10,8 @@
#include <map>
-#include <X11/Xlib-xcb.hpp>
-#include <X11/Xlib.hpp>
+#include <X11/Xlib-xcb.h>
+#include <X11/Xlib.h>
namespace saw {
namespace gfx {
@@ -76,7 +76,7 @@ private:
video_mode video_mode_;
std::string window_title_;
- own<conveyor_feeder<data<schema::WindowEvents>>> event_feeder = nullptr;
+ own<conveyor_feeder<data<schema::WindowEvents>>> event_feeder_ = nullptr;
public:
window(device<backend::linux_xcb>& dev_, xcb_window_t xcb_win, xcb_colormap_t xcb_colormap_, const video_mode& vid_mode_, const std::string_view& title_view_);