mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-12-27 03:39:49 +01:00
9 lines
No EOL
206 B
C++
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); |