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

Jon Smirl <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Tue, 9 Aug 2005 09:51:07 -0700 (PDT)
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
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))