aswm/include/aswm/aswm.h
Paul Breugnot 0923b1bf79 🎨 Aswm structure
2024-12-15 15:24:29 +01:00

11 lines
140 B
C

#include <X11/Xlib.h>
typedef struct {
Display *display;
Window root;
} aswm;
void AswmOpen();
void AswmEventLoop();
void AswmClose();