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:
parent
8b6fb14871
commit
7419dc26e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user