diff options
Diffstat (limited to 'src/graphics_x11.h')
-rw-r--r-- | src/graphics_x11.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/graphics_x11.h b/src/graphics_x11.h index 2f54de1..e2fdd86 100644 --- a/src/graphics_x11.h +++ b/src/graphics_x11.h @@ -19,19 +19,4 @@ struct x11_global {//stores global variables for the x11 *specific* shit. int root_window; }; -void draw_cs_line(cs_t p1,cs_t p2); -void draw_cs_text(cs_t p,char *text); -void draw_cs_shape(cs_s_t s); -void draw_cs_filled_shape(cs_s_t s); -void set_aspect_ratio(); -void set_color_based_on_distance(real d); -void flipscreen(); -void set_color(); -void clear_backbuffer(); -int keypress_handler(int sym); -int graphics_init(); -int graphics_event_handler(); -void set_clipping_rectangle(int x,int y,int width,int height); -void red_and_blue_magic(); - #endif |