|
let cookie = xcb::get_property(&self.conn, false, self.root, self._NET_ACTIVE_WINDOW, xcb::ATOM_WINDOW, 0, 4);
|
|
let cookie = xcb::get_property(&self.conn, false, self.root, self._NET_ACTIVE_WINDOW, xcb::ATOM_WINDOW, 0, 4);
|
|
pub fn get_window_name(&self, win: xcb::Window) -> String {
|
|
pub fn get_window_name(&self, win: xcb::Window) -> String {
|