6f683ca92fa8109bd581df379e4a9d21b803ec6f
[AGL/meta-agl.git] / meta-agl-profile-graphical / recipes-graphics / wayland / weston / 0003-ivi-shell-introduction-of-IVI_INVALID_ID.patch
1 index 2317d6e9..e1e897ed 100644
2 --- a/ivi-shell/ivi-layout-export.h
3 +++ b/ivi-shell/ivi-layout-export.h
4 @@ -56,12 +56,14 @@ extern "C" {
5  #endif /* __cplusplus */
6  
7  #include <stdint.h>
8 +#include <limits.h>
9  
10  #include "stdbool.h"
11  #include "compositor.h"
12  
13  #define IVI_SUCCEEDED (0)
14  #define IVI_FAILED (-1)
15 +#define IVI_INVALID_ID UINT_MAX
16  
17  struct ivi_layout_layer;
18  struct ivi_layout_screen;