summaryrefslogtreecommitdiffstats
path: root/recipes-qt/.gitkeep
AgeCommit message (Expand)AuthorFilesLines
2015-08-22The starting point of layers for AGL Demo PlatformTadao Tanikawa1-0/+0
03-ivi-shell-introduction-of-IVI_INVALID_ID.patch?h=eel_4.99.4&id=99cef05b4c32c401868c7f487784130e607ca74c'>0003-ivi-shell-introduction-of-IVI_INVALID_ID.patch
blob: 9f696d8a29fe87483947502f0082d350ddc279e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/ivi-shell/ivi-layout-export.h b/ivi-shell/ivi-layout-export.h
index 016d8b5c..02bfb2cb 100644
--- a/ivi-shell/ivi-layout-export.h
+++ b/ivi-shell/ivi-layout-export.h
@@ -56,6 +56,7 @@ extern "C" {
 #endif /* __cplusplus */
 
 #include <stdint.h>
+#include <limits.h>
 
 #include "stdbool.h"
 #include "compositor.h"
@@ -63,6 +64,7 @@ extern "C" {
 
 #define IVI_SUCCEEDED (0)
 #define IVI_FAILED (-1)
+#define IVI_INVALID_ID UINT_MAX
 
 struct ivi_layout_layer;
 struct ivi_layout_screen;