Mesa (mesa_7_6_branch): st/egl: Use C-style comments.

Vinson Lee vlee at kemper.freedesktop.org
Wed Dec 23 22:18:45 UTC 2009


Module: Mesa
Branch: mesa_7_6_branch
Commit: 1b0ab3e3c9bd1a57069657bf5126ade2d8d44d30
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b0ab3e3c9bd1a57069657bf5126ade2d8d44d30

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Dec 23 14:18:11 2009 -0800

st/egl: Use C-style comments.

---

 src/gallium/state_trackers/egl/egl_surface.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/state_trackers/egl/egl_surface.c b/src/gallium/state_trackers/egl/egl_surface.c
index 69e2d6b..277ad9d 100644
--- a/src/gallium/state_trackers/egl/egl_surface.c
+++ b/src/gallium/state_trackers/egl/egl_surface.c
@@ -141,9 +141,9 @@ drm_takedown_shown_screen(_EGLDisplay *dpy, struct drm_screen *screen)
 	drmModeSetCrtc(
 		dev->drmFD,
 		screen->crtcID,
-		0, // FD
+		0, /* FD */
 		0, 0,
-		NULL, 0, // List of output ids
+		NULL, 0, /* List of output ids */
 		NULL);
 
 	drmModeRmFB(dev->drmFD, screen->fbID);




More information about the mesa-commit mailing list