From 3e6d7bb1ecc368544d64c66d7872c31ef667725c Mon Sep 17 00:00:00 2001 From: vurtun Date: Sun, 22 Nov 2015 20:19:32 +0100 Subject: [PATCH] updated Readme example --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 29cadee..ab4bddc 100644 --- a/Readme.md +++ b/Readme.md @@ -53,9 +53,8 @@ zr_size option = EASY; zr_float value = 0.6f; struct zr_context context; -zr_begin(&context, &window); +zr_begin(&context, &window, "Show"); { - zr_header(&context, "Show", ZR_CLOSEABLE, 0, ZR_HEADER_LEFT); zr_layout_row_static(&context, 30, 80, 1); if (zr_button_text(&context, "button", ZR_BUTTON_DEFAULT)) { /* event handling */