-rw-r--r-- | gsl-shell-jit.c | 3 |
diff --git a/gsl-shell-jit.c b/gsl-shell-jit.c index 6b131913..dbce3437 100644 --- a/gsl-shell-jit.c +++ b/gsl-shell-jit.c @@ -103,8 +103,9 @@ lua_State *globalL = NULL; struct gsl_shell_state gsl_shell[1]; static const char *progname = LUA_PROGNAME; +#warning the window show function should be implemented struct window_hooks app_window_hooks[1] = {{ - window_new, window_attach, + window_new, window_show, window_attach, window_slot_update, window_slot_refresh, window_close_wait, window_save_slot_image, window_restore_slot_image, |