wine
20 years agoTB_MARKITEM should redraw button.
Robert Shearman [Mon, 30 Aug 2004 18:36:55 +0000 (18:36 +0000)] 
TB_MARKITEM should redraw button.

20 years agoSpelling fix.
Uwe Bonnes [Mon, 30 Aug 2004 18:36:35 +0000 (18:36 +0000)] 
Spelling fix.

20 years agoStub implementations for NtAdjustGroupsToken and NtAlertThread.
Mike McCormack [Mon, 30 Aug 2004 18:36:24 +0000 (18:36 +0000)] 
Stub implementations for NtAdjustGroupsToken and NtAlertThread.

20 years agoTest 32 bit float samples.
Robert Reif [Mon, 30 Aug 2004 18:36:06 +0000 (18:36 +0000)] 
Test 32 bit float samples.

20 years agoRound results of conversions between OSS and windows values.
Robert Reif [Mon, 30 Aug 2004 18:35:53 +0000 (18:35 +0000)] 
Round results of conversions between OSS and windows values.

20 years agoPrint a warning when DllRegisterServer and similar functions are not
Alexandre Julliard [Fri, 27 Aug 2004 19:40:53 +0000 (19:40 +0000)] 
Print a warning when DllRegisterServer and similar functions are not
marked private.

20 years agoAdds tests to read and write control details.
Robert Reif [Fri, 27 Aug 2004 19:39:10 +0000 (19:39 +0000)] 
Adds tests to read and write control details.

20 years agoSet proper target type.
Robert Reif [Fri, 27 Aug 2004 19:38:47 +0000 (19:38 +0000)] 
Set proper target type.
Set proper max and step for mux control.

20 years agoAdded a few missing -private flags.
Alexandre Julliard [Fri, 27 Aug 2004 19:15:54 +0000 (19:15 +0000)] 
Added a few missing -private flags.

20 years agoUse buffers rather than linked lists for input and out buffers.
Mike McCormack [Fri, 27 Aug 2004 19:15:08 +0000 (19:15 +0000)] 
Use buffers rather than linked lists for input and out buffers.
Stop reading input at a nul byte.

20 years agoAdded DllRegisterServer/DllUnregisterServer calls.
Mike McCormack [Fri, 27 Aug 2004 19:12:27 +0000 (19:12 +0000)] 
Added DllRegisterServer/DllUnregisterServer calls.

20 years agoDefine a couple more SPI_ constants.
Mike McCormack [Fri, 27 Aug 2004 19:12:12 +0000 (19:12 +0000)] 
Define a couple more SPI_ constants.

20 years agoHack winapi_parser so we recognise ElfW(auxv_t) as a type. Fixes the
Francois Gouget [Fri, 27 Aug 2004 19:11:51 +0000 (19:11 +0000)] 
Hack winapi_parser so we recognise ElfW(auxv_t) as a type. Fixes the
scripts that compute API statistics.

20 years agoAdded a few more prototypes to the headers.
Mike McCormack [Fri, 27 Aug 2004 19:11:37 +0000 (19:11 +0000)] 
Added a few more prototypes to the headers.

20 years agoAdded stub implementations for NtDeleteFile and NtCancelIoFile.
Mike McCormack [Fri, 27 Aug 2004 19:11:01 +0000 (19:11 +0000)] 
Added stub implementations for NtDeleteFile and NtCancelIoFile.

20 years agoAdded suport for optional arguments in ITypeInfo::Invoke.
Jacek Caban [Fri, 27 Aug 2004 19:10:47 +0000 (19:10 +0000)] 
Added suport for optional arguments in ITypeInfo::Invoke.

20 years agoButton should do ReleaseCapture() on WM_KILLFOCUS if it's in a pressed
Dmitry Timoshkov [Thu, 26 Aug 2004 18:33:40 +0000 (18:33 +0000)] 
Button should do ReleaseCapture() on WM_KILLFOCUS if it's in a pressed
state.
Add a comprehensive test case for capture behaviour.

20 years agoButton should send BM_SETSTATE message after it has changed its
Dmitry Timoshkov [Thu, 26 Aug 2004 18:31:56 +0000 (18:31 +0000)] 
Button should send BM_SETSTATE message after it has changed its
internal state.

20 years agoDeprecate the "Resolution" entry in the config file in favour of
Huw Davies [Thu, 26 Aug 2004 18:24:49 +0000 (18:24 +0000)] 
Deprecate the "Resolution" entry in the config file in favour of
HKEY_CURRNET_CONFIG\Software\Fonts\LogPixels.

20 years agoFreeType doesn't supply a charmap for bitmap fonts, so we must do our
Huw Davies [Thu, 26 Aug 2004 18:24:03 +0000 (18:24 +0000)] 
FreeType doesn't supply a charmap for bitmap fonts, so we must do our
own mapping.  Thanks to Dmitry for testing.

20 years agoChange System to MS Shell Dlg.
Huw Davies [Thu, 26 Aug 2004 18:23:24 +0000 (18:23 +0000)] 
Change System to MS Shell Dlg.

20 years agoFix full name of HKEY_CURRENT_CONFIG.
Huw Davies [Thu, 26 Aug 2004 18:22:58 +0000 (18:22 +0000)] 
Fix full name of HKEY_CURRENT_CONFIG.

20 years agoDon't use freed memory.
Robert Shearman [Thu, 26 Aug 2004 18:22:43 +0000 (18:22 +0000)] 
Don't use freed memory.

20 years agoAllow image list tests to compile and run on old platforms.
Robert Shearman [Thu, 26 Aug 2004 18:22:31 +0000 (18:22 +0000)] 
Allow image list tests to compile and run on old platforms.

20 years agoImprove documentation for debugger functions.
Robert Shearman [Thu, 26 Aug 2004 18:22:17 +0000 (18:22 +0000)] 
Improve documentation for debugger functions.

20 years agoFix msg test failures when run under win2k.
Dmitry Timoshkov [Thu, 26 Aug 2004 18:21:56 +0000 (18:21 +0000)] 
Fix msg test failures when run under win2k.

20 years agoCalculate the correct size of dialog templates in the propsheet
Mike McCormack [Thu, 26 Aug 2004 18:11:43 +0000 (18:11 +0000)] 
Calculate the correct size of dialog templates in the propsheet
control.

20 years agoFix an ERR log in X11DRV_CreateWindow.
Evan Deaubl [Thu, 26 Aug 2004 18:11:29 +0000 (18:11 +0000)] 
Fix an ERR log in X11DRV_CreateWindow.

20 years agoReturn the correct character count in DBCS locales.
Mike McCormack [Thu, 26 Aug 2004 18:11:06 +0000 (18:11 +0000)] 
Return the correct character count in DBCS locales.

20 years agoTry to avoid loading 16-bit DLLs into memory for accessing version
Dmitry Timoshkov [Thu, 26 Aug 2004 18:10:24 +0000 (18:10 +0000)] 
Try to avoid loading 16-bit DLLs into memory for accessing version
info, this might lead to undesired side effects like loading a bunch
of other 16-bit DLLs.

20 years agoStartService must pass full command line to service program.
Alexander Yaworsky [Thu, 26 Aug 2004 18:10:01 +0000 (18:10 +0000)] 
StartService must pass full command line to service program.

20 years agoAdded some tests for paint messages and update regions.
Alexandre Julliard [Thu, 26 Aug 2004 00:49:06 +0000 (00:49 +0000)] 
Added some tests for paint messages and update regions.

20 years agoGetUpdateRgn should clip the returned region to the client area.
Alexandre Julliard [Thu, 26 Aug 2004 00:46:11 +0000 (00:46 +0000)] 
GetUpdateRgn should clip the returned region to the client area.
Changed GetUpdateRect and ExcludeUpdateRgn to call GetUpdateRgn.
Moved these 3 functions to dlls/user/painting.c.

20 years agoPrint the Window caption using Unicode calls.
Alexandre Julliard [Thu, 26 Aug 2004 00:35:35 +0000 (00:35 +0000)] 
Print the Window caption using Unicode calls.
Don't send WM_GETTEXT to retrieve the caption text.

20 years agoAssorted spelling fixes.
Francois Gouget [Thu, 26 Aug 2004 00:31:20 +0000 (00:31 +0000)] 
Assorted spelling fixes.

20 years agoAdded missing line break.
Stefan Leichter [Thu, 26 Aug 2004 00:30:23 +0000 (00:30 +0000)] 
Added missing line break.

20 years agoDon't clear the information structure for non supported cases.
Jason Edmeades [Thu, 26 Aug 2004 00:30:02 +0000 (00:30 +0000)] 
Don't clear the information structure for non supported cases.

20 years agoAdded GetSecurityInfo stub.
Evan Deaubl [Thu, 26 Aug 2004 00:29:06 +0000 (00:29 +0000)] 
Added GetSecurityInfo stub.

20 years agoEnsure digits are printable characters from oleaut32 Format command.
Jason Edmeades [Thu, 26 Aug 2004 00:28:37 +0000 (00:28 +0000)] 
Ensure digits are printable characters from oleaut32 Format command.

20 years agoAllow enabling or disabling todo_wine for each message sequence so
Alexandre Julliard [Wed, 25 Aug 2004 17:35:06 +0000 (17:35 +0000)] 
Allow enabling or disabling todo_wine for each message sequence so
that we can properly test the sequences that are already correct.

20 years agoAdded message box to inform user that one needs Mozilla ActiveX.
Jacek Caban [Wed, 25 Aug 2004 17:33:47 +0000 (17:33 +0000)] 
Added message box to inform user that one needs Mozilla ActiveX.

20 years agoReplace GetWindowLong by GetWindowLongPtr.
Robert Shearman [Wed, 25 Aug 2004 17:33:01 +0000 (17:33 +0000)] 
Replace GetWindowLong by GetWindowLongPtr.

20 years agoFree memory after we finish using it instead of just before.
Aric Stewart [Wed, 25 Aug 2004 17:31:39 +0000 (17:31 +0000)] 
Free memory after we finish using it instead of just before.

20 years agoMake the DEFAULT_GUI_FONT scalable with screen resolution and let it
Huw Davies [Wed, 25 Aug 2004 17:31:17 +0000 (17:31 +0000)] 
Make the DEFAULT_GUI_FONT scalable with screen resolution and let it
be 8pt MS Shell Dlg for simple scripts.

20 years agoFix an obvious typo leading to a crash.
Dmitry Timoshkov [Wed, 25 Aug 2004 17:31:03 +0000 (17:31 +0000)] 
Fix an obvious typo leading to a crash.

20 years agoMake SetTokenInformation call NtSetInformationToken.
Mike McCormack [Wed, 25 Aug 2004 17:30:46 +0000 (17:30 +0000)] 
Make SetTokenInformation call NtSetInformationToken.

20 years agoSigned compare fixes.
Mike McCormack [Wed, 25 Aug 2004 17:30:31 +0000 (17:30 +0000)] 
Signed compare fixes.

20 years agoFix the ITS moniker implementation.
Mike McCormack [Wed, 25 Aug 2004 17:30:18 +0000 (17:30 +0000)] 
Fix the ITS moniker implementation.

20 years agoUpdate cvs command line.
Ivan Leo Puoti [Wed, 25 Aug 2004 17:29:43 +0000 (17:29 +0000)] 
Update cvs command line.

20 years ago- Send NM_LDOWN notification.
Robert Shearman [Wed, 25 Aug 2004 02:16:32 +0000 (02:16 +0000)] 
- Send NM_LDOWN notification.
- NM_RDBLCLK only needs to send a NMHDR structure.
- On mouse notifications returning 0 DefWndProc should be called.

20 years agoBring common control header up to date with new additions in XP.
Robert Shearman [Wed, 25 Aug 2004 02:14:28 +0000 (02:14 +0000)] 
Bring common control header up to date with new additions in XP.

20 years agoAdded 32 bit float support.
Robert Reif [Wed, 25 Aug 2004 02:11:12 +0000 (02:11 +0000)] 
Added 32 bit float support.

20 years agoDirectSound8 doesn't accept 3D stereo secondary buffers but
Robert Reif [Wed, 25 Aug 2004 02:09:00 +0000 (02:09 +0000)] 
DirectSound8 doesn't accept 3D stereo secondary buffers but
DirectSound does.
Added tests.

20 years agoAdded IEEE float audio data type.
Robert Reif [Wed, 25 Aug 2004 02:07:40 +0000 (02:07 +0000)] 
Added IEEE float audio data type.

20 years agoDo not assume HKEY_CURRENT_USER/Environment exists ==> config file was
Alex Villacís Lasso [Wed, 25 Aug 2004 00:48:47 +0000 (00:48 +0000)] 
Do not assume HKEY_CURRENT_USER/Environment exists ==> config file was
migrated. Instead test for every key to migrate under
HKEY_CURRENT_USER/Environment.

20 years agoEnable the disabled tests in tests.data or add a comment describing
Francois Gouget [Wed, 25 Aug 2004 00:42:50 +0000 (00:42 +0000)] 
Enable the disabled tests in tests.data or add a comment describing
why the type cannot be tested.
Update the generated files, they compile and run successfully both on
Windows (with the Windows headers) and in Wine.

20 years agoFix handling of VARIANT with VT_BYREF and null pointer in
Jacek Caban [Wed, 25 Aug 2004 00:38:59 +0000 (00:38 +0000)] 
Fix handling of VARIANT with VT_BYREF and null pointer in
VariantChangeTypeEx.

20 years agoAuthors: Stewart Caie<kyz@uklinux.net>, Jed Wing <jedwin@ugcs.caltech.edu>, Mike...
Alexandre Julliard [Tue, 24 Aug 2004 21:00:15 +0000 (21:00 +0000)] 
Authors: Stewart Caie<kyz@uklinux.net>, Jed Wing <jedwin@ugcs.caltech.edu>, Mike McCormack <mike@codeweavers.com>
Added an implemenation of ITSS.DLL.

20 years agoGetting the string for a null field should not create an error. Add a
Aric Stewart [Tue, 24 Aug 2004 20:56:08 +0000 (20:56 +0000)] 
Getting the string for a null field should not create an error. Add a
missing break.

20 years agoFix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_ID and
Francois Gouget [Tue, 24 Aug 2004 20:16:25 +0000 (20:16 +0000)] 
Fix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_ID and
IO_COUNTERS. The corresponding tests now succeed both when compiled
with the Windows headers and when compiled with the Wine headers.

20 years agoWhen there are no pixels to scroll, ScrollWindowEx must still scroll
Rein Klazes [Tue, 24 Aug 2004 20:15:00 +0000 (20:15 +0000)] 
When there are no pixels to scroll, ScrollWindowEx must still scroll
children and update the hrgnUpdate and rcUpdate arguments.

20 years agoImplement IDirectDrawClipper_GetClipList for case where we have a
Robert Shearman [Tue, 24 Aug 2004 20:14:26 +0000 (20:14 +0000)] 
Implement IDirectDrawClipper_GetClipList for case where we have a
handle to a window.

20 years agoIn GetDC use the parent drawable when DCX_PARENTCLIP is set.
Alexandre Julliard [Tue, 24 Aug 2004 18:49:34 +0000 (18:49 +0000)] 
In GetDC use the parent drawable when DCX_PARENTCLIP is set.

20 years agoAdd cyrillic glyphs to wine_sans_serif at 13 and 16 pixel sizes.
Dmitry Timoshkov [Tue, 24 Aug 2004 18:48:05 +0000 (18:48 +0000)] 
Add cyrillic glyphs to wine_sans_serif at 13 and 16 pixel sizes.

20 years agoAdded GetProcessId.
Robert Shearman [Tue, 24 Aug 2004 18:46:05 +0000 (18:46 +0000)] 
Added GetProcessId.

20 years agoMore safe array tests.
Robert Shearman [Tue, 24 Aug 2004 18:42:53 +0000 (18:42 +0000)] 
More safe array tests.

20 years agoTests for icon and bitmap adding and removing and bitmap drawing with
Mike McCormack [Tue, 24 Aug 2004 18:41:52 +0000 (18:41 +0000)] 
Tests for icon and bitmap adding and removing and bitmap drawing with
image lists.

20 years agoFix regression with IE's Menu Bar.
Robert Shearman [Tue, 24 Aug 2004 18:41:27 +0000 (18:41 +0000)] 
Fix regression with IE's Menu Bar.

20 years agoChange dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
Huw Davies [Tue, 24 Aug 2004 18:33:01 +0000 (18:33 +0000)] 
Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.

20 years agoWhen possible, use the X window of the requested window in GetDC
Alexandre Julliard [Tue, 24 Aug 2004 02:35:25 +0000 (02:35 +0000)] 
When possible, use the X window of the requested window in GetDC
instead of the parent to avoid trouble with OpenGL clipping.

20 years agoRemoved debug trace.
Alexandre Julliard [Tue, 24 Aug 2004 02:29:48 +0000 (02:29 +0000)] 
Removed debug trace.

20 years agoAdded Video Renderer (based on Direct Draw).
Christian Costa [Tue, 24 Aug 2004 02:28:35 +0000 (02:28 +0000)] 
Added Video Renderer (based on Direct Draw).
Added Direct Sound Audio Renderer.
Added AVI Decompressor (VFW decompressors wrapper).

20 years agoAdded signal support for Darwin/i386.
Pierre d'Herbemont [Tue, 24 Aug 2004 02:26:59 +0000 (02:26 +0000)] 
Added signal support for Darwin/i386.

20 years agoSet WS_EX_CONTROLPARENT when dialog has DS_CONTROL.
Ulrich Czekalla [Tue, 24 Aug 2004 02:26:40 +0000 (02:26 +0000)] 
Set WS_EX_CONTROLPARENT when dialog has DS_CONTROL.

20 years agoGet rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
Alexandre Julliard [Mon, 23 Aug 2004 19:39:48 +0000 (19:39 +0000)] 
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.

20 years agoUpdate RTL_BITMAP and RTL_BITMAP_RUN to match the 2000 DDK.
Francois Gouget [Mon, 23 Aug 2004 18:52:54 +0000 (18:52 +0000)] 
Update RTL_BITMAP and RTL_BITMAP_RUN to match the 2000 DDK.
Only test the Rtl{Initialize,SetAll,ClearAll}Bits macros if they are
defined.

20 years agoAdded empty DllRegisterServer.
Stefan Leichter [Mon, 23 Aug 2004 18:50:54 +0000 (18:50 +0000)] 
Added empty DllRegisterServer.

20 years ago- Limit number of FIXME()s in Clipper_SetClipList and document
Tobias Burnus [Mon, 23 Aug 2004 18:50:14 +0000 (18:50 +0000)] 
- Limit number of FIXME()s in Clipper_SetClipList and document
  function.
- Document Clipper_GetClipList.

20 years agoGet rid of the ICOM_MSVTABLE_COMPAT support, g++ no longer requires
Alexandre Julliard [Mon, 23 Aug 2004 18:10:02 +0000 (18:10 +0000)] 
Get rid of the ICOM_MSVTABLE_COMPAT support, g++ no longer requires
this.

20 years agoThe clipboard owner can be set by the thread that has the clipboard
Ulrich Czekalla [Mon, 23 Aug 2004 17:57:03 +0000 (17:57 +0000)] 
The clipboard owner can be set by the thread that has the clipboard
open.

20 years agoStore the current source directory and use it when encountering a
Robert Shearman [Mon, 23 Aug 2004 17:56:07 +0000 (17:56 +0000)] 
Store the current source directory and use it when encountering a
relative include so that the full path to it is stored instead.

20 years agoMake sure exePath contains the path since it is used later in the
Aric Stewart [Mon, 23 Aug 2004 17:55:29 +0000 (17:55 +0000)] 
Make sure exePath contains the path since it is used later in the
function as well.

20 years agoEnumerate all available scripts in IMultiLanguage2_EnumScripts, add
Dmitry Timoshkov [Mon, 23 Aug 2004 17:52:42 +0000 (17:52 +0000)] 
Enumerate all available scripts in IMultiLanguage2_EnumScripts, add
fixed/proportional font names into mlang database.

20 years agoGetCPInfo(Ex) should work on CP_UTF7/CP_UTF8 pseudo code pages, as
Dmitry Timoshkov [Mon, 23 Aug 2004 17:52:02 +0000 (17:52 +0000)] 
GetCPInfo(Ex) should work on CP_UTF7/CP_UTF8 pseudo code pages, as
IsValidCodePage does.

20 years agoAdjust the tab contents to fix the propsheet between PSM_KILLACTIVE
Mike McCormack [Mon, 23 Aug 2004 17:51:19 +0000 (17:51 +0000)] 
Adjust the tab contents to fix the propsheet between PSM_KILLACTIVE
and PSM_SETACTIVE.

20 years agoOnly print format info when in interactive mode for capture test.
Robert Reif [Mon, 23 Aug 2004 17:50:31 +0000 (17:50 +0000)] 
Only print format info when in interactive mode for capture test.
Cleanup error and info messges.

20 years agoMove LDT_ENTRY to winnt.h.
Francois Gouget [Mon, 23 Aug 2004 17:49:32 +0000 (17:49 +0000)] 
Move LDT_ENTRY to winnt.h.

20 years ago- fixed breakpoint enabled/disabled state management
Eric Pouech [Sun, 22 Aug 2004 22:35:36 +0000 (22:35 +0000)] 
- fixed breakpoint enabled/disabled state management
- fixed recursion in type printing
- now all type-id are stored with the base address of the module which
  defines the type (struct dbg_type takes care of this pairing)
- fixed a couple of bugs in display handling
- fixed strings print and examination

20 years agoAdded recursive idl target to allow updating idl files private to a
Alexandre Julliard [Sun, 22 Aug 2004 22:33:57 +0000 (22:33 +0000)] 
Added recursive idl target to allow updating idl files private to a
dll.

20 years agoOutput BEGIN/END_INTERFACE for C++ base classes too.
Alexandre Julliard [Sun, 22 Aug 2004 22:31:52 +0000 (22:31 +0000)] 
Output BEGIN/END_INTERFACE for C++ base classes too.

20 years agoMake SetWindowSubclass behave with SetWindowLong subclasses.
Kevin Koltzau [Sun, 22 Aug 2004 22:29:37 +0000 (22:29 +0000)] 
Make SetWindowSubclass behave with SetWindowLong subclasses.
Allow unlimited number of subclasses.
Correct issue when SendMessage is called from within a subclass proc.
Add regression test.

20 years agoUpdate FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to match the latest
Francois Gouget [Sun, 22 Aug 2004 22:28:53 +0000 (22:28 +0000)] 
Update FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to match the latest
platform SDK. This helps compile the ntdll tests on Windows.

20 years agoMoved declarations from undocshell.h to shlobj.h to match the latest
Francois Gouget [Sun, 22 Aug 2004 22:27:31 +0000 (22:27 +0000)] 
Moved declarations from undocshell.h to shlobj.h to match the latest
platform SDK.

20 years agoAdded support for multiple mixers.
Robert Reif [Sun, 22 Aug 2004 22:26:48 +0000 (22:26 +0000)] 
Added support for multiple mixers.
Get mixer name from OSS.
More tracing.

20 years agoY coordinate of the "magic" static control should be treated
Dmitry Timoshkov [Sun, 22 Aug 2004 22:26:22 +0000 (22:26 +0000)] 
Y coordinate of the "magic" static control should be treated
inclusively.

20 years agoDon't define BEGIN_INTERFACE in unknwn.h.
Alexandre Julliard [Sun, 22 Aug 2004 21:38:46 +0000 (21:38 +0000)] 
Don't define BEGIN_INTERFACE in unknwn.h.

20 years agoGenerate BEGIN_INTERFACE,END_INTERFACE macros instead of
Mike McCormack [Sun, 22 Aug 2004 02:25:05 +0000 (02:25 +0000)] 
Generate BEGIN_INTERFACE,END_INTERFACE macros instead of
ICOM_MSVTABLE_COMPAT_FIELDS.

20 years agoRemove these Wine-only types:
Francois Gouget [Sun, 22 Aug 2004 02:07:13 +0000 (02:07 +0000)] 
Remove these Wine-only types:
  EnumICMProfilesProcCallback
  PEXCEPTION_REGISTRATION_RECORD
Don't test these Wine-only types:
  EMRSETTEXTJUSTIFICATION
  EXCEPTION_REGISTRATION_RECORD
Remove EXCEPTION_FRAME, it doesn't exist at all.

20 years agoFixed bug in volume control step size so that it actually works.
Robert Reif [Sun, 22 Aug 2004 02:02:27 +0000 (02:02 +0000)] 
Fixed bug in volume control step size so that it actually works.
Added additional debug tracing.
Code cleanup.

20 years agoDECLARE_OLD_HANDLE is not used anymore.
Francois Gouget [Sun, 22 Aug 2004 02:02:00 +0000 (02:02 +0000)] 
DECLARE_OLD_HANDLE is not used anymore.