remove use of deprecated e_comp_get function
authorChris Michael <cp.michael@samsung.com>
Tue, 6 Jan 2015 14:28:58 +0000 (09:28 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 6 Jan 2015 14:28:58 +0000 (09:28 -0500)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl.c

index 6948339..f67cb82 100644 (file)
@@ -2279,7 +2279,7 @@ _e_comp_wl_compositor_create(void)
    int fd = 0;
 
    /* check for existing compositor. create if needed */
-   if (!(comp = e_comp_get(NULL)))
+   if (!(comp = e_comp))
      {
         comp = e_comp_new();
         comp->comp_type = E_PIXMAP_TYPE_WL;