You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src/shared_x11.h

11 lines
171 B
C

#pragma once
#ifndef MANGOHUD_SHARED_X11_H
#define MANGOHUD_SHARED_X11_H
#include <X11/Xlib.h>
Display* get_xdisplay();
bool init_x11();
#endif //MANGOHUD_SHARED_X11_H