xserver/hw/xgl/egl xegl.c,1.2,1.3

Jon Smirl xserver-commit at pdx.freedesktop.org
Wed Aug 10 02:51:07 EST 2005


Committed by: jonsmirl

Update of /cvs/xserver/xserver/hw/xgl/egl
In directory gabe:/tmp/cvs-serv21005/hw/xgl/egl

Modified Files:
	xegl.c 
Log Message:
Point xegl at the DRI driver


Index: xegl.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/egl/xegl.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xegl.c	5 Jun 2005 17:32:41 -0000	1.2
+++ xegl.c	9 Aug 2005 16:51:05 -0000	1.3
@@ -552,7 +552,7 @@
 
     if (!xdisplay)
     {
-        xdisplay = eglGetDisplay("!fb_dri");
+        xdisplay = eglGetDisplay(":0");
         assert(xdisplay);
 
         if (!eglInitialize(xdisplay, &maj, &min))



More information about the xserver-commit mailing list