src: Mark surfaces with the 'remote' role if configuration file says so
[src/agl-compositor.git] / src / main.c
index e0a9d79..99512d5 100644 (file)
@@ -102,6 +102,9 @@ ivi_output_configure_app_id(struct ivi_output *ivi_output)
                                                 &ivi_output->app_id,
                                                 NULL);
 
+               if (ivi_output->app_id == NULL)
+                       return;
+
                weston_log("Will place app_id %s on output %s\n",
                                ivi_output->app_id, ivi_output->name);
        }