diff options
Diffstat (limited to 'lib/internal.h')
-rw-r--r-- | lib/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal.h b/lib/internal.h index dd232d2..d632d41 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -37,7 +37,7 @@ struct render_api { /** * Create underlying renderer. */ - void (*constructor)(void); + bool (*constructor)(void); /** * Release underlying renderer. |