st/egl: Use C-style comments.

This commit is contained in:
Vinson Lee
2009-12-23 14:18:11 -08:00
parent 6c8c1ce78b
commit 1b0ab3e3c9
+2 -2
View File
@@ -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);