updated Readme

This commit is contained in:
vurtun 2015-06-08 20:19:57 +02:00
parent 7b23c14c8b
commit 81d1638495
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ while (1) {
gui_panel_row(&layout, 30, 1);
if (gui_panel_button_text(&layout, "button", GUI_BUTTON_DEFAULT))
fprintf(stdout, "button pressed!\n");
gui_panel_end(&layout, &win.hook);
gui_panel_end(&layout, &panel);
/* draw each panel */
struct gui_panel *iter;