aboutsummaryrefslogtreecommitdiff
path: root/x11.h
blob: b5054f6db0d0b6c24554df8ee7dbad01e4922002 (plain)
1
2
3
4
5
6
7
8
9
#ifndef X11_H
#define X11_H

#include <stdbool.h>

bool x11_init();
void x11_close();

#endif // X11_H