Refactor renderer -> glava_renderer, renderer_handle -> glava_handle

This commit is contained in:
Jarcode
2019-08-28 00:49:56 -07:00
parent f562bc690d
commit 69ebfe9714
7 changed files with 38 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
#include <stdlib.h>
#include <stdio.h>
static renderer_handle handle;
static glava_handle handle;
static void handle_term (int _) {
printf("Interrupt recieved, closing...\n");