renamed opengl version to sdl

This commit is contained in:
vurtun 2015-11-25 17:26:23 +01:00
parent 69e13ea482
commit 4a9fd633ef
3 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@ show_test_window(struct zr_window *window, struct zr_style *config, enum theme *
zr_menu_begin(&layout, &menu, "MENU", 100, &file_state);
{
static size_t prog = 40;
static zr_size slider = 10;
static int slider = 10;
static int check = zr_true;
zr_layout_row_dynamic(&menu, 25, 1);
zr_progress(&menu, &prog, 100, ZR_MODIFYABLE);

View File

@ -1,5 +1,5 @@
# Install
BIN = zahnrad
BIN = demo
# Compiler
CC = clang
@ -8,7 +8,7 @@ DCC = gcc
# Flags
CFLAGS = -std=c89 -pedantic
SRC = ../../zahnrad.c opengl.c
SRC = ../../zahnrad.c sdl.c
OBJ = $(SRC:.c=.o)
# Modes