add ces2019 source
[staging/xdg-launcher.git] / src / runxdg.hpp
index ce0c016..4844ed9 100644 (file)
@@ -134,6 +134,7 @@ class RunXDG
                                               t_ilm_uint id,
                                               t_ilm_bool created,
                                               void *user_data);
+    inline bool getStatus(void) {return m_pending_create;}
   private:
     std::string m_role;
     std::string m_path;
@@ -159,6 +160,7 @@ class RunXDG
     int parse_config(const char *file);
 
     void setup_surface(int id);
+    bool is_first;
 };
 
 #endif  // RUNXDG_HPP