compositor-x11: Rename the output make to "weston-X11"
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 15 Sep 2014 19:10:27 +0000 (12:10 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 15 Sep 2014 19:11:32 +0000 (12:11 -0700)
Previously all outputs in the X11 backend had the make "xwayland" which is
confusing.  Now they have something that makes a little more sense.

src/compositor-x11.c

index 3494e34..b602bc9 100644 (file)
@@ -869,7 +869,7 @@ x11_compositor_create_output(struct x11_compositor *c, int x, int y,
        output->base.set_dpms = NULL;
        output->base.switch_mode = NULL;
        output->base.current_mode = &output->mode;
-       output->base.make = "xwayland";
+       output->base.make = "weston-X11";
        output->base.model = "none";
 
        if (configured_name)