summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2014-09-15 12:10:27 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2014-09-15 12:11:32 -0700
commit22e16b656f67ee577e32a7af91f443840fc3aee1 (patch)
tree2b6c148877351618b4e57da0793d6865ea18a750
parentb2c18647775732da740946eb199b1f2b46ba950b (diff)
downloadweston-22e16b656f67ee577e32a7af91f443840fc3aee1.tar.gz
compositor-x11: Rename the output make to "weston-X11"
Previously all outputs in the X11 backend had the make "xwayland" which is confusing. Now they have something that makes a little more sense.
-rw-r--r--src/compositor-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor-x11.c b/src/compositor-x11.c
index 3494e34e..b602bc9a 100644
--- a/src/compositor-x11.c
+++ b/src/compositor-x11.c
@@ -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)