wine
23 years agoChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
Huw D M Davies [Wed, 14 Feb 2001 22:56:38 +0000 (22:56 +0000)] 
Change FONTOBJ to use LOGFONTW rather than LOGFONT16.
Updated parameters of DEVICEFONTENUMPROC.

23 years agoFixed WM_GETTEXTLENGTH handling.
Alexandre Julliard [Wed, 14 Feb 2001 21:50:09 +0000 (21:50 +0000)] 
Fixed WM_GETTEXTLENGTH handling.

23 years agoStarted the real implementation of mciavi.
Eric Pouech [Wed, 14 Feb 2001 21:49:22 +0000 (21:49 +0000)] 
Started the real implementation of mciavi.

23 years agoAlways return success instead of overflow if caller didn't specify a
Alexandre Julliard [Wed, 14 Feb 2001 21:45:52 +0000 (21:45 +0000)] 
Always return success instead of overflow if caller didn't specify a
buffer.

23 years agoOutput the right number of backslashes in values.
Morten Welinder [Wed, 14 Feb 2001 21:45:12 +0000 (21:45 +0000)] 
Output the right number of backslashes in values.

23 years agoBe smarter about the ellipsis in SPY_GetWndName.
François Gouget [Wed, 14 Feb 2001 21:43:20 +0000 (21:43 +0000)] 
Be smarter about the ellipsis in SPY_GetWndName.

23 years agoMisc typos in comments.
François Gouget [Wed, 14 Feb 2001 21:43:06 +0000 (21:43 +0000)] 
Misc typos in comments.

23 years agoListView_GetItemRect already sets rc.left.
François Gouget [Wed, 14 Feb 2001 21:42:24 +0000 (21:42 +0000)] 
ListView_GetItemRect already sets rc.left.

23 years agodebugstr_xxx already does the quoting.
François Gouget [Wed, 14 Feb 2001 21:42:10 +0000 (21:42 +0000)] 
debugstr_xxx already does the quoting.

23 years agoChange the callback declarations to a safer format.
François Gouget [Wed, 14 Feb 2001 21:41:35 +0000 (21:41 +0000)] 
Change the callback declarations to a safer format.

23 years agoTune the doco to the code for relay/snoop specific.
Lawson Whitney [Wed, 14 Feb 2001 21:41:11 +0000 (21:41 +0000)] 
Tune the doco to the code for relay/snoop specific.

23 years agoCosmetics.
Andreas Mohr [Wed, 14 Feb 2001 00:29:16 +0000 (00:29 +0000)] 
Cosmetics.

23 years agoGive both --winver nt40 and win31 for VxD warning, as some programs
Andreas Mohr [Wed, 14 Feb 2001 00:28:48 +0000 (00:28 +0000)] 
Give both --winver nt40 and win31 for VxD warning, as some programs
work with win31.

23 years ago- correct DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1 confusion
Andreas Mohr [Wed, 14 Feb 2001 00:28:02 +0000 (00:28 +0000)] 
- correct DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1 confusion
- fix GetAvailableVidMem ddraw iface copy&paste bug (doh !)

23 years agoGuts of a simple XVidMode-supporting DirectDraw HAL in x11drv.
Ove Kaaven [Wed, 14 Feb 2001 00:27:34 +0000 (00:27 +0000)] 
Guts of a simple XVidMode-supporting DirectDraw HAL in x11drv.

23 years agoSetLastError() for GetFileAttributesA.
Jon Griffiths [Wed, 14 Feb 2001 00:26:46 +0000 (00:26 +0000)] 
SetLastError() for GetFileAttributesA.

23 years agoException for allowing the parent to set the cursor for a child wnd is
Susan Farley [Wed, 14 Feb 2001 00:25:53 +0000 (00:25 +0000)] 
Exception for allowing the parent to set the cursor for a child wnd is
when the cursor is on the border of a resizable wnd.

23 years agoConvert menu item to seperator only when string is NULL.
Dmitry Timoshkov [Wed, 14 Feb 2001 00:23:45 +0000 (00:23 +0000)] 
Convert menu item to seperator only when string is NULL.

23 years agoSome important stuff from the DirectDraw DDK headers.
Ove Kaaven [Tue, 13 Feb 2001 20:24:16 +0000 (20:24 +0000)] 
Some important stuff from the DirectDraw DDK headers.

23 years agoMore verbose error messages when application load fails.
Josh DuBois [Tue, 13 Feb 2001 20:23:45 +0000 (20:23 +0000)] 
More verbose error messages when application load fails.

23 years agoUse the Pentium's rdtsc instruction (if available) to implement
James Abbatiello [Tue, 13 Feb 2001 20:20:27 +0000 (20:20 +0000)] 
Use the Pentium's rdtsc instruction (if available) to implement
QueryPerformanceCounter.

23 years ago- Minor API files fixes
Patrik Stridvall [Tue, 13 Feb 2001 20:19:39 +0000 (20:19 +0000)] 
- Minor API files fixes
- Minor bug fixes

23 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Tue, 13 Feb 2001 20:19:15 +0000 (20:19 +0000)] 
Fixed some issues found by winapi_check.

23 years ago- only parse AFM-files, which start with "BeginFontMetrics"
Peter H. Ganten [Tue, 13 Feb 2001 20:18:47 +0000 (20:18 +0000)] 
- only parse AFM-files, which start with "BeginFontMetrics"
- use fgetc instead of fgets to cope with AFM-Files with
  Macintosh-Style line-breaks ('\r') in the parser.

23 years agoImplement a bunch of shlwapi functions, add some new stubs.
Jon Griffiths [Tue, 13 Feb 2001 20:17:59 +0000 (20:17 +0000)] 
Implement a bunch of shlwapi functions, add some new stubs.

23 years agoAdded RGB 565 => RGB 0888 conversion.
Lionel Ulmer [Tue, 13 Feb 2001 20:16:46 +0000 (20:16 +0000)] 
Added RGB 565 => RGB 0888 conversion.

23 years agoImplement keyboard shortcut F2 to rename files and directories in the
Chris Morgan [Tue, 13 Feb 2001 02:20:35 +0000 (02:20 +0000)] 
Implement keyboard shortcut F2 to rename files and directories in the
shellview (and in common dialogs).

23 years agoMore portable .align directive.
Josh DuBois [Tue, 13 Feb 2001 02:06:38 +0000 (02:06 +0000)] 
More portable .align directive.
Ignore -delay directive on ppc only.
Added code to call the dll constructors.

23 years agoDefined architecture-specific macros for ppc.
Josh DuBois [Tue, 13 Feb 2001 01:50:38 +0000 (01:50 +0000)] 
Defined architecture-specific macros for ppc.

23 years agoDon't crash on close from window manager.
Marcus Meissner [Tue, 13 Feb 2001 01:49:06 +0000 (01:49 +0000)] 
Don't crash on close from window manager.

23 years agoPostMessageA/W ignores messages containing pointers and returns
Marcus Meissner [Tue, 13 Feb 2001 01:48:39 +0000 (01:48 +0000)] 
PostMessageA/W ignores messages containing pointers and returns
FALSE/LastError ERROR_INVALID_PAREMETER.

23 years agoCreateIcon must perform color depth conversion if the provided bitmap
François Gouget [Tue, 13 Feb 2001 01:48:14 +0000 (01:48 +0000)] 
CreateIcon must perform color depth conversion if the provided bitmap
is not of the same depth as the screen.
Added some documentation.

23 years ago- make the Landscape/Portrait buttons do something.
Duane Clark [Mon, 12 Feb 2001 19:42:08 +0000 (19:42 +0000)] 
- make the Landscape/Portrait buttons do something.
- fix these problems in the Paper Size and Source combo boxes:
  1) Every time the printer setup dialog is opened, the settings
  are set back to garbage settings.
  2) If the paper size or source is changed, and then the printer is
  changed, the new printer does not get the new size and source
  settings even though it appears to from the dialog.

23 years agoIn CreateDIBSection, the offset into the file mapping does not have to
James Abbatiello [Mon, 12 Feb 2001 19:40:28 +0000 (19:40 +0000)] 
In CreateDIBSection, the offset into the file mapping does not have to
be a multiple of the memory allocation granularity.

23 years agoAdd missing definitions required by the Control Spy examples.
Francois Gouget [Mon, 12 Feb 2001 19:39:58 +0000 (19:39 +0000)] 
Add missing definitions required by the Control Spy examples.

23 years agoImplement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MASKBLT,
Dmitry Timoshkov [Mon, 12 Feb 2001 19:34:07 +0000 (19:34 +0000)] 
Implement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MASKBLT,
EMR_PLGBLT, EMR_SETDIBITSTODEVICE, EMR_POLYTEXTOUTA, EMR_POLYTEXTOUTW,
EMR_FILLRGN, EMR_FRAMERGN, EMR_INVERTRGN, EMR_PAINTRGN enhanced
metafile record types according to specs.

23 years agoImplement LHashValOfNameSysA for 4 LCIDs, fix prototype.
Jon Griffiths [Mon, 12 Feb 2001 19:33:42 +0000 (19:33 +0000)] 
Implement LHashValOfNameSysA for 4 LCIDs, fix prototype.

23 years agoRemove TOOLBAR_ID and WM_SETTINGCHANGE, they are not used.
Francois Gouget [Mon, 12 Feb 2001 19:18:13 +0000 (19:18 +0000)] 
Remove TOOLBAR_ID and WM_SETTINGCHANGE, they are not used.

23 years agoDeclare RICHEDIT_CLASS20W using a WCHAR array.
Francois Gouget [Mon, 12 Feb 2001 19:17:46 +0000 (19:17 +0000)] 
Declare RICHEDIT_CLASS20W using a WCHAR array.

23 years agoIf an application directly calls SetClipboardData with CF_TEXT and
Aric Stewart [Mon, 12 Feb 2001 19:16:05 +0000 (19:16 +0000)] 
If an application directly calls SetClipboardData with CF_TEXT and
then later called GetClipboardData with CF_TEXT we gave them a NULL
because we where not handling this case.

23 years agoFix the behaviour of EM_GETLINE message.
Dmitry Timoshkov [Mon, 12 Feb 2001 19:15:33 +0000 (19:15 +0000)] 
Fix the behaviour of EM_GETLINE message.

23 years agoMake sure that MSG_PeekMessage uses an internal variable to avoid
Andreas Mohr [Mon, 12 Feb 2001 19:15:06 +0000 (19:15 +0000)] 
Make sure that MSG_PeekMessage uses an internal variable to avoid
corruption.

23 years ago- TRACE opened registry handles
Andreas Mohr [Mon, 12 Feb 2001 18:10:43 +0000 (18:10 +0000)] 
- TRACE opened registry handles
- add proper quotes to wineinstall
- spelling

23 years ago- move TSXGrabServer after a possible return FALSE;
Andreas Mohr [Mon, 12 Feb 2001 18:10:27 +0000 (18:10 +0000)] 
- move TSXGrabServer after a possible return FALSE;
- move misplaced comment
- optimize TSXGrabServer use

23 years agoRemove redundant parameters from MDICreateChild and MDIDestroyChild.
Dmitry Timoshkov [Mon, 12 Feb 2001 18:09:51 +0000 (18:09 +0000)] 
Remove redundant parameters from MDICreateChild and MDIDestroyChild.
Make the parameter names slightly more descriptive.

23 years agoAdd an updown control to the copy count entry.
Huw D M Davies [Mon, 12 Feb 2001 18:09:34 +0000 (18:09 +0000)] 
Add an updown control to the copy count entry.
Disable the collate button if no. of copies is 1.
Add Landscape/Portrait icons.
Get rid of the "Dummy Comment" line.
Fix the English of some of the error messages.

23 years agoRemove unused outXform.
Huw D M Davies [Mon, 12 Feb 2001 18:09:07 +0000 (18:09 +0000)] 
Remove unused outXform.

23 years agoAllow an application to re-ask for EXCLUSIVE DirectDraw access.
Lionel Ulmer [Mon, 12 Feb 2001 18:08:53 +0000 (18:08 +0000)] 
Allow an application to re-ask for EXCLUSIVE DirectDraw access.

23 years agoCheck PROPSHEETPAGEA.pfnCallback for NULL pointer if PSP_USECALLBACK
Andreas Mohr [Mon, 12 Feb 2001 18:08:31 +0000 (18:08 +0000)] 
Check PROPSHEETPAGEA.pfnCallback for NULL pointer if PSP_USECALLBACK
is given.

23 years agoHandle WM_CHARs and pass them to TREEVIEW_ProcessLetterKeys. See also
François Gouget [Mon, 12 Feb 2001 18:08:08 +0000 (18:08 +0000)] 
Handle WM_CHARs and pass them to TREEVIEW_ProcessLetterKeys. See also
LISTVIEW_ProcessLetterKeys in listview.c.

23 years agoFix (rewrite), and add documentation to LISTVIEW_ProcessLetterKeys.
François Gouget [Mon, 12 Feb 2001 18:07:43 +0000 (18:07 +0000)] 
Fix (rewrite), and add documentation to LISTVIEW_ProcessLetterKeys.
Lowered the key repetition delay (Aric).

23 years agoDon't require write access on the file handle to create a
James Abbatiello [Mon, 12 Feb 2001 18:07:16 +0000 (18:07 +0000)] 
Don't require write access on the file handle to create a
copy-on-write mapping.

23 years agoChange the callback declarations to a safer format.
Francois Gouget [Mon, 12 Feb 2001 03:51:04 +0000 (03:51 +0000)] 
Change the callback declarations to a safer format.

23 years agoDocumentation argument fixes.
Patrik Stridvall [Mon, 12 Feb 2001 03:49:57 +0000 (03:49 +0000)] 
Documentation argument fixes.

23 years agoDocumentation name fixes (always use external name).
Patrik Stridvall [Mon, 12 Feb 2001 03:49:07 +0000 (03:49 +0000)] 
Documentation name fixes (always use external name).

23 years agoFix typos in comments.
Francois Gouget [Mon, 12 Feb 2001 03:48:24 +0000 (03:48 +0000)] 
Fix typos in comments.

23 years agoAdded support for the Malayan language.
Rein Klazes [Mon, 12 Feb 2001 03:47:10 +0000 (03:47 +0000)] 
Added support for the Malayan language.

23 years agoFix ListView_GetItemRect() macro.
Chris Morgan [Mon, 12 Feb 2001 03:46:00 +0000 (03:46 +0000)] 
Fix ListView_GetItemRect() macro.
Fix use of ListView_GetItemRect() macro in listview control.
Add some documentation to LISTVIEW_GetItemRect().

23 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Mon, 12 Feb 2001 03:45:09 +0000 (03:45 +0000)] 
Fixed some issues found by winapi_check.

23 years ago- Addded support for API:s implemented with __ASM_GLOBAL_FUNC
Patrik Stridvall [Mon, 12 Feb 2001 03:44:41 +0000 (03:44 +0000)] 
- Addded support for API:s implemented with __ASM_GLOBAL_FUNC
- Reorganized documentation checking.
- Minor API files fixes

23 years agoHandle differently sized structs by using their dwSize parameters.
Marcus Meissner [Mon, 12 Feb 2001 03:43:53 +0000 (03:43 +0000)] 
Handle differently sized structs by using their dwSize parameters.

23 years agoFix a few compiler warnings.
James Abbatiello [Mon, 12 Feb 2001 03:42:58 +0000 (03:42 +0000)] 
Fix a few compiler warnings.

23 years agoDon't allow comctl32 controls to access their infoPtr before it has
James Abbatiello [Mon, 12 Feb 2001 03:42:23 +0000 (03:42 +0000)] 
Don't allow comctl32 controls to access their infoPtr before it has
been  allocated or after it has been freed.

23 years agoMake MMIO_Open work with NULL filename again.
Andreas Mohr [Mon, 12 Feb 2001 03:41:13 +0000 (03:41 +0000)] 
Make MMIO_Open work with NULL filename again.

23 years agoAdded unicode MDI client window proc.
Dmitry Timoshkov [Mon, 12 Feb 2001 03:40:41 +0000 (03:40 +0000)] 
Added unicode MDI client window proc.

23 years agoFixed a char that should have been signed.
Josh DuBois [Mon, 12 Feb 2001 03:39:34 +0000 (03:39 +0000)] 
Fixed a char that should have been signed.

23 years agoUse extern "C" for Winelib C++ apps.
Jon Griffiths [Mon, 12 Feb 2001 03:38:46 +0000 (03:38 +0000)] 
Use extern "C" for Winelib C++ apps.

23 years agoCall LoadImage to load the non-standard sized collate icons.
Huw D M Davies [Mon, 12 Feb 2001 03:38:14 +0000 (03:38 +0000)] 
Call LoadImage to load the non-standard sized collate icons.

23 years agoMap 'Courier New' to 'Courier'.
Huw D M Davies [Mon, 12 Feb 2001 03:37:52 +0000 (03:37 +0000)] 
Map 'Courier New' to 'Courier'.

23 years agoFix EMF positioning when rclFrame has a non-zero origin.
Huw D M Davies [Mon, 12 Feb 2001 03:36:36 +0000 (03:36 +0000)] 
Fix EMF positioning when rclFrame has a non-zero origin.

23 years agoChange the callback declarations to a safer format.
Francois Gouget [Mon, 12 Feb 2001 01:29:08 +0000 (01:29 +0000)] 
Change the callback declarations to a safer format.

23 years agoacmDriverEnumW shouldn't return MMSYSERR_ERROR if
James Hatheway [Mon, 12 Feb 2001 01:28:12 +0000 (01:28 +0000)] 
acmDriverEnumW shouldn't return MMSYSERR_ERROR if
acmDriverEnumCallback returns TRUE.

23 years agoImplement Set/GetPrinterData[Ex].
Huw D M Davies [Mon, 12 Feb 2001 01:26:47 +0000 (01:26 +0000)] 
Implement Set/GetPrinterData[Ex].
Remove ordinals from winspool.drv.spec .

23 years agoTake a stab at implementing OleSetAutoConvert.
Andreas Mohr [Mon, 12 Feb 2001 01:26:16 +0000 (01:26 +0000)] 
Take a stab at implementing OleSetAutoConvert.

23 years agoFixed a NULL ptr problem.
Marcus Meissner [Mon, 12 Feb 2001 01:25:46 +0000 (01:25 +0000)] 
Fixed a NULL ptr problem.
Added loading of .afm files from several common locations
(ghostscript, a2ps, enscript, (teTeX), X11).

23 years agoDon't touch WAVEHDRs dwLoops variable.
Andreas Mohr [Mon, 12 Feb 2001 01:24:18 +0000 (01:24 +0000)] 
Don't touch WAVEHDRs dwLoops variable.

23 years agoSpaces do not have to come after the ':' that ends a keyword.
Huw D M Davies [Mon, 12 Feb 2001 01:23:26 +0000 (01:23 +0000)] 
Spaces do not have to come after the ':' that ends a keyword.
Map bin name ManualEnv to DMBIN_ENVMANUAL.

23 years agoMake sure all files are terminated with a '\n'.
François Gouget [Mon, 12 Feb 2001 01:22:58 +0000 (01:22 +0000)] 
Make sure all files are terminated with a '\n'.
Remove obsolete comment about 'afxres.h' coming back after editing in VC.
Added support for the RTF qualifier in RC files.

23 years agoImplemented the int21 LFN rename file function.
Andreas Mohr [Mon, 12 Feb 2001 01:22:26 +0000 (01:22 +0000)] 
Implemented the int21 LFN rename file function.

23 years agoFix ReleaseStgMedium for MetaFilePict types.
Huw D M Davies [Mon, 12 Feb 2001 01:22:01 +0000 (01:22 +0000)] 
Fix ReleaseStgMedium for MetaFilePict types.

23 years agoFix for rotated text when lpDx is specified.
Huw D M Davies [Mon, 12 Feb 2001 01:21:34 +0000 (01:21 +0000)] 
Fix for rotated text when lpDx is specified.
Better handling of cumulative rounding errors.

23 years agoHandle the CCS_NORESIZE style.
Susan Farley [Mon, 12 Feb 2001 01:21:13 +0000 (01:21 +0000)] 
Handle the CCS_NORESIZE style.
Change the scroll delta only when the app responds to the PGN_NOTIFY msg.

23 years agoIn CopyDIBSection, use source DIB colormap instead if no palette has
Ove Kaaven [Mon, 12 Feb 2001 01:20:30 +0000 (01:20 +0000)] 
In CopyDIBSection, use source DIB colormap instead if no palette has
been selected into the source DC, to work around some X11-imposed
DIBsection implementation deficiencies.

23 years agoFix DGA2 mode setting to use the correct color depth.
Ove Kaaven [Mon, 12 Feb 2001 01:20:04 +0000 (01:20 +0000)] 
Fix DGA2 mode setting to use the correct color depth.

23 years ago- fix wineconf to generate new config file format
Andreas Mohr [Mon, 12 Feb 2001 01:19:43 +0000 (01:19 +0000)] 
- fix wineconf to generate new config file format
- fix some variable checks

23 years agoAdd support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH enhanced
Dmitry Timoshkov [Mon, 12 Feb 2001 01:19:23 +0000 (01:19 +0000)] 
Add support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH enhanced
metafile records. Better implementation of EMR_STRETCHDIBITS and
EMR_EXTTEXTOUTW.

23 years agoMake snoop specific case insensitive.
Lawson Whitney [Mon, 12 Feb 2001 01:19:04 +0000 (01:19 +0000)] 
Make snoop specific case insensitive.

23 years agoAdded DCICloseProvider stub.
Andreas Mohr [Mon, 12 Feb 2001 01:18:42 +0000 (01:18 +0000)] 
Added DCICloseProvider stub.

23 years agoImplement IShellLink<A|W>_fnGetWorkingDirectory,
James Abbatiello [Mon, 12 Feb 2001 01:17:39 +0000 (01:17 +0000)] 
Implement IShellLink<A|W>_fnGetWorkingDirectory,
IShellLink<A|W>_fnGetArguments, IShellLink<A|W>_fnGetIconLocation.

23 years agoOwnerdrawn combo boxes should use ODS_COMBOBOXEDIT in the itemState.
James Abbatiello [Mon, 12 Feb 2001 01:17:16 +0000 (01:17 +0000)] 
Ownerdrawn combo boxes should use ODS_COMBOBOXEDIT in the itemState.

23 years ago- Fix typo in previous change.
Guy L. Albertelli [Mon, 12 Feb 2001 01:16:38 +0000 (01:16 +0000)] 
- Fix typo in previous change.
- Add structures for CBEN_INSERTITEM notify message.

23 years agoRemove xmalloc/xrealloc limits for large binary resources.
Jon Griffiths [Mon, 12 Feb 2001 01:15:37 +0000 (01:15 +0000)] 
Remove xmalloc/xrealloc limits for large binary resources.

23 years agoFixed text size calculation bug in GetTextExtentPoint() for window dc's.
Eric Kohl [Mon, 12 Feb 2001 01:15:06 +0000 (01:15 +0000)] 
Fixed text size calculation bug in GetTextExtentPoint() for window dc's.

23 years agoNew section about writing docs in DocBook and dealing with the Wine
John R. Sheets [Mon, 12 Feb 2001 01:14:34 +0000 (01:14 +0000)] 
New section about writing docs in DocBook and dealing with the Wine
SGML build system; half done, but a good start.

23 years agoA couple of stubs for Terminal Server Client 16 bit.
Andreas Mohr [Mon, 12 Feb 2001 01:13:54 +0000 (01:13 +0000)] 
A couple of stubs for Terminal Server Client 16 bit.

23 years agoDon't assume .spec files are found in the current directory, as this
Matthew Clarke [Mon, 29 Jan 2001 02:03:31 +0000 (02:03 +0000)] 
Don't assume .spec files are found in the current directory, as this
is not the case when building outside the source tree.

23 years agoSynchronize access to MESSAGEQUEUE members.
Ulrich Weigand [Mon, 29 Jan 2001 00:33:35 +0000 (00:33 +0000)] 
Synchronize access to MESSAGEQUEUE members.

23 years agoAdded some more 16->32 mappings for ICM* messages.
Marcus Meissner [Mon, 29 Jan 2001 00:32:55 +0000 (00:32 +0000)] 
Added some more 16->32 mappings for ICM* messages.

23 years agodvideo.dll forgets to set the DDSD_CAPS flag, just assume it set.
Marcus Meissner [Mon, 29 Jan 2001 00:31:50 +0000 (00:31 +0000)] 
dvideo.dll forgets to set the DDSD_CAPS flag, just assume it set.
Output more debug info on failure.

23 years agoDisabled setting of window origin from an EMF.
Eric Kohl [Mon, 29 Jan 2001 00:31:31 +0000 (00:31 +0000)] 
Disabled setting of window origin from an EMF.