Revert "Try Wayland before X11"
This reverts commit 04d6d622d5.
clutter and clutter-gtk are not quite ready to deal with this
change, so lets keep the order unchanged for 3.10 and revisit
next cycle.
https://bugzilla.gnome.org/show_bug.cgi?id=707704
			
			
This commit is contained in:
		@ -267,12 +267,12 @@ static GdkBackend gdk_backends[] = {
 | 
			
		||||
#ifdef GDK_WINDOWING_WIN32
 | 
			
		||||
  { "win32",    _gdk_win32_display_open },
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef GDK_WINDOWING_WAYLAND
 | 
			
		||||
  { "wayland",  _gdk_wayland_display_open },
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef GDK_WINDOWING_X11
 | 
			
		||||
  { "x11",      _gdk_x11_display_open },
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef GDK_WINDOWING_WAYLAND
 | 
			
		||||
  { "wayland",  _gdk_wayland_display_open },
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef GDK_WINDOWING_BROADWAY
 | 
			
		||||
  { "broadway", _gdk_broadway_display_open },
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user