mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-03 02:20:16 +01:00
ivi-shell: add include guards on ivi-shell.h
It's our standard practice. This file will get used a bit more in the future. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
ae8c3d876b
commit
f72df1dfe1
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef WESTON_IVI_SHELL_H
|
||||
#define WESTON_IVI_SHELL_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "compositor.h"
|
||||
|
|
@ -65,3 +68,5 @@ input_panel_setup(struct ivi_shell *shell);
|
|||
|
||||
void
|
||||
input_panel_destroy(struct ivi_shell *shell);
|
||||
|
||||
#endif /* WESTON_IVI_SHELL_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue