Browse Source

st/egl: Use C-style comments.

tags/mesa-7.6.1-1
Vinson Lee 16 years ago
parent
commit
1b0ab3e3c9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/gallium/state_trackers/egl/egl_surface.c

+ 2
- 2
src/gallium/state_trackers/egl/egl_surface.c 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);

Loading…
Cancel
Save