diff options
Diffstat (limited to 'hw/xwin/winvideo.c')
-rwxr-xr-x | hw/xwin/winvideo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winvideo.c b/hw/xwin/winvideo.c index e2eb7abfb..d4a856fcf 100755 --- a/hw/xwin/winvideo.c +++ b/hw/xwin/winvideo.c @@ -144,7 +144,7 @@ winSetupImageVideo (ScreenPtr pScreen) adapt->type = XvWindowMask | XvInputMask | XvImageMask; adapt->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT; - adapt->name = "Cygwin/XFree86 Video Overlay"; + adapt->name = "Cygwin/X Video Overlay"; adapt->nEncodings = 1; adapt->pEncodings = DummyEncoding; adapt->nFormats = NUM_FORMATS; |