mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-29 16:15:57 +01:00
11 lines
No EOL
297 B
C++
11 lines
No EOL
297 B
C++
#pragma once
|
|
|
|
#include <iostream>
|
|
#include <string.h>
|
|
#include <xcb/xcb.h>
|
|
|
|
std::pair<std::string, std::string> getClassName(int64_t window);
|
|
std::string getRoleName(int64_t window);
|
|
std::string getWindowName(uint64_t window);
|
|
|
|
void removeAtom(const int& window, xcb_atom_t prop, xcb_atom_t atom); |