Hypr/src/utilities/XCBProps.hpp
2021-11-27 19:07:33 +01:00

9 lines
No EOL
206 B
C++

#pragma once
#include <iostream>
#include <string.h>
std::pair<std::string, std::string> getClassName(int64_t window);
std::string getRoleName(int64_t window);
std::string getWindowName(uint64_t window);