[mutter/wip/wayland] wayland: Create our test output to match a typical netbook



commit aca588e846c44a7c35f516f296f5553d168f1323
Author: Robert Bragg <robert linux intel com>
Date:   Fri Jan 20 16:48:33 2012 +0000

    wayland: Create our test output to match a typical netbook
    
    The default wayland output is now created with a resolution of 1024x600
    and a geometry of 222x125mm to match a typical netbook display.

 src/wayland/meta-wayland.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-wayland.c b/src/wayland/meta-wayland.c
index dd6aaa6..11f09b5 100644
--- a/src/wayland/meta-wayland.c
+++ b/src/wayland/meta-wayland.c
@@ -1227,7 +1227,7 @@ meta_wayland_init (void)
     meta_wayland_input_device_new (compositor->wayland_display,
                                    compositor->stage);
 
-  meta_wayland_compositor_create_output (compositor, 0, 0, 800, 600, 800, 600);
+  meta_wayland_compositor_create_output (compositor, 0, 0, 1024, 600, 222, 125);
 
   if (wl_display_add_global (compositor->wayland_display, &wl_shell_interface,
                              compositor, bind_shell) == NULL)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]