summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Teyfel <mteyfel@de.adit-jv.com>2017-10-17 10:31:09 +0200
committerDaniel Stone <daniel@fooishbar.org>2019-02-06 17:45:09 +0000
commit7419dc26e0e81dfc7547b919f9663cd685af972c (patch)
tree4fab7bd2ddbdf45f20be2c498a1db742ebd61090
parent8b6fb14871f066063e26938ec499085b03a8a58e (diff)
downloadweston-7419dc26e0e81dfc7547b919f9663cd685af972c.tar.gz
ivi-shell: introduction of IVI_INVALID_ID
Introduction of IVI_INVALID_ID for xdg-shell applications. Signed-off-by: Michael Teyfel <mteyfel@de.adit-jv.com>
-rw-r--r--ivi-shell/ivi-layout-export.h2
1 files changed, 2 insertions, 0 deletions
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;