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