MangoHud/src/shared_x11.h

11 lines
171 B
C
Raw Normal View History

2020-04-01 19:17:24 +00:00
#pragma once
#ifndef MANGOHUD_SHARED_X11_H
#define MANGOHUD_SHARED_X11_H
2020-04-01 19:17:24 +00:00
#include <X11/Xlib.h>
Display* get_xdisplay();
bool init_x11();
#endif //MANGOHUD_SHARED_X11_H