diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-22 22:52:14 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-22 22:52:14 +0300 |
commit | 0b02230935e4cc71d4cae3758b25d83be798cdd6 (patch) | |
tree | ec8e9aa55af12baa1cf7946b35ea5db655c858cf /lib/internal.h | |
parent | 014c20099d0199445cedc6e3504e4309176c56ae (diff) | |
download | bemenu-0b02230935e4cc71d4cae3758b25d83be798cdd6.tar.gz bemenu-0b02230935e4cc71d4cae3758b25d83be798cdd6.tar.bz2 bemenu-0b02230935e4cc71d4cae3758b25d83be798cdd6.zip |
Call constructor of activated renderer.
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. |