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>
This commit is contained in:
Michael Teyfel 2017-10-17 10:31:09 +02:00 committed by Daniel Stone
parent 8b6fb14871
commit 7419dc26e0

View File

@ -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;