1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/include/x11/icccm.hpp
2016-11-20 23:04:31 +01:00

14 lines
253 B
C++

#pragma once
#include <xcb/xcb_icccm.h>
#include "common.hpp"
POLYBAR_NS
namespace icccm_util {
string get_wm_name(xcb_connection_t* conn, xcb_window_t win);
string get_reply_string(xcb_icccm_get_text_property_reply_t* reply);
}
POLYBAR_NS_END