Add terminate process for layer_control
[apps/agl-service-windowmanager.git] / src / util.hpp
index 418e7e4..077f212 100644 (file)
@@ -52,6 +52,17 @@ void _HMI_LOG(enum LOG_LEVEL level, const char* file, const char* func, const in
 void _HMI_SEQ_LOG(enum LOG_LEVEL level, const char* file, const char* func, const int line, unsigned seq_num, const char* log, ...);
 void _DUMP(enum LOG_LEVEL level, const char *log, ...);
 
+struct rect
+{
+    int32_t w, h;
+    int32_t x, y;
+};
+
+struct size
+{
+    uint32_t w, h;
+};
+
 class rectangle
 {
   public: