From defe27d826a797402720909a7e37ed8e1683a046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 8 Dec 2016 16:14:10 +0100 Subject: vis: rename some internal C function pointers --- vis.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 4f1fd29..13f5454 100644 --- a/vis.h +++ b/vis.h @@ -28,9 +28,9 @@ typedef struct Win Win; #endif typedef struct { - void (*vis_init)(Vis*); - void (*vis_start)(Vis*); - void (*vis_quit)(Vis*); + void (*init)(Vis*); + void (*start)(Vis*); + void (*quit)(Vis*); void (*file_open)(Vis*, File*); bool (*file_save_pre)(Vis*, File*, const char *path); void (*file_save_post)(Vis*, File*, const char *path); -- cgit v1.2.3