mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-15 19:25:57 +01:00
9 lines
140 B
C++
9 lines
140 B
C++
|
#pragma once
|
||
|
|
||
|
#include "../defines.hpp"
|
||
|
|
||
|
namespace EWMH {
|
||
|
void setupInitEWMH();
|
||
|
|
||
|
inline xcb_window_t EWMHwindow = 0;
|
||
|
};
|