summaryrefslogtreecommitdiff
path: root/src/graphics.h
blob: ff17b9ae15a469c09253ffbc66f75633deb08d1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _HACKVR_GRAPHICS_H_
#define _HACKVR_GRAPHICS_H_

#include <X11/Xlib.h>

int x11_init();
int x11_event_handler();
void draw_screen(Display *dpy,Window w,GC gc);
void set_aspect_ratio();

#endif