diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-01-06 16:02:47 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-01-06 16:02:47 +0000 |
commit | d6a74f2c4aec9c914ec0837bd0bf0d212019093f (patch) | |
tree | d29ad172697fbdde52b7ac890079f1e35b25fa9d /hw/xwin/winvideo.c | |
parent | 3165236483de936b4ca22f8b6d2d2b8b1a1a4909 (diff) |
Imakefile
InitOutput.c
XWin.rc
winerror.c
wintrayicon.c
winvideo.c
Set PROJECT_NAME in Imakefile to create alternative window titles for
Cygwin/X and Xming
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 5a86513d5..23e982638 100755 --- a/hw/xwin/winvideo.c +++ b/hw/xwin/winvideo.c @@ -145,7 +145,7 @@ winSetupImageVideo (ScreenPtr pScreen) adapt->type = XvWindowMask | XvInputMask | XvImageMask; adapt->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT; - adapt->name = "Cygwin/X Video Overlay"; + adapt->name = PROJECT_NAME " Video Overlay"; adapt->nEncodings = 1; adapt->pEncodings = DummyEncoding; adapt->nFormats = NUM_FORMATS; |