summaryrefslogtreecommitdiff
path: root/hw/xwin/winvideo.c
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-02 21:47:33 +0000
committerEgbert Eich <eich@suse.de>2004-04-02 21:47:33 +0000
commit9bbe288d7fd59d4e192a986b8622915ce7b447a9 (patch)
treefafb6de8b24840bf282667b820de6e2b4d052c04 /hw/xwin/winvideo.c
parent0f8d2fd7d0c6ff169abed9b07ac63b57d80b8811 (diff)
70. Merging in the TM branch (Egbert Eich).XORG-RELEASE-1-STSF-FORKXORG-CYGWIN-LAST-MERGE
Diffstat (limited to 'hw/xwin/winvideo.c')
-rwxr-xr-xhw/xwin/winvideo.c2
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;