wine
21 years agoAdd support for interrupts in 32-bit code.
Jukka Heinonen [Tue, 8 Oct 2002 00:35:03 +0000 (00:35 +0000)] 
Add support for interrupts in 32-bit code.
Remove some unnecessary code from 16-bit interrupt emulation.

21 years agoFix nasty bug generated by UINT vs. INT (resulted in bogus
Dimitrie O. Paun [Mon, 7 Oct 2002 22:43:42 +0000 (22:43 +0000)] 
Fix nasty bug generated by UINT vs. INT (resulted in bogus
comparisons).
Fix LVIR_SELECTBOUNDS computation, for REPORT mode.
Fix dependency generation in GetItemMeasures.
Fix rectangle computation for REPORT mode (corner case problems).
Better debug messages.
Assorted cleanups.

21 years agoCleaned up the rectangle handling, and fixed numerous bugs in
Dimitrie O. Paun [Mon, 7 Oct 2002 22:42:44 +0000 (22:42 +0000)] 
Cleaned up the rectangle handling, and fixed numerous bugs in
rectangle calculations.

21 years agoAdded skeleton for rpcrt4 unit test with some UUID tests.
Greg Turner [Mon, 7 Oct 2002 21:54:07 +0000 (21:54 +0000)] 
Added skeleton for rpcrt4 unit test with some UUID tests.

21 years agoImplemented UuidCompare.
Greg Turner [Mon, 7 Oct 2002 21:52:55 +0000 (21:52 +0000)] 
Implemented UuidCompare.

21 years agoImplemented RpcBindingInqObject, RpcBindingSetObject,
Ove Kaaven [Mon, 7 Oct 2002 21:49:49 +0000 (21:49 +0000)] 
Implemented RpcBindingInqObject, RpcBindingSetObject,
RpcBindingVectorFree, RpcBindingToStringBindingA/W,
RpcBindingFromStringBindingA/W, RpcStringBindingParseA/W,
I_RpcBindingSetAsync, RpcStringBindingComposeA/W, RpcBindingFree,
RPCStringFreeW, UUIDHash, UuidToStringW, and associated junk.

21 years agoProvide stubs for Create/DeleteTimerQueueTimer.
Steve Lustbader [Mon, 7 Oct 2002 21:46:02 +0000 (21:46 +0000)] 
Provide stubs for Create/DeleteTimerQueueTimer.

21 years agoFix inaccurate listview scrolling with PgUp/Down and Home/End keys.
Paul Rupe [Mon, 7 Oct 2002 21:44:01 +0000 (21:44 +0000)] 
Fix inaccurate listview scrolling with PgUp/Down and Home/End keys.

21 years agoAdded stubs for capCreateCaptureWindowA/W to get freeVCR started
Stefan Leichter [Mon, 7 Oct 2002 21:43:13 +0000 (21:43 +0000)] 
Added stubs for capCreateCaptureWindowA/W to get freeVCR started
without crash.

21 years agoFix silly bug in SetItemPosition (we should set it, not create a new
Dimitrie O. Paun [Mon, 7 Oct 2002 18:51:52 +0000 (18:51 +0000)] 
Fix silly bug in SetItemPosition (we should set it, not create a new
one).

21 years agoMaintain the item position in {,SMALL}ICON mode separataly from the
Dimitrie O. Paun [Mon, 7 Oct 2002 18:50:21 +0000 (18:50 +0000)] 
Maintain the item position in {,SMALL}ICON mode separataly from the
item, so that we have it even in LVS_OWNERDATA.

21 years agoCleanup the SetItemPosition interface.
Dimitrie O. Paun [Mon, 7 Oct 2002 18:48:47 +0000 (18:48 +0000)] 
Cleanup the SetItemPosition interface.

21 years agoRemove the COUNT_OF macro.
Dimitrie O. Paun [Mon, 7 Oct 2002 18:44:55 +0000 (18:44 +0000)] 
Remove the COUNT_OF macro.
Indentation fixes, and minor cleanups to notify_dispinfoT.

21 years agoFixes bug which rendered virtual listboxes always empty.
Dimitrie O. Paun [Mon, 7 Oct 2002 18:43:49 +0000 (18:43 +0000)] 
Fixes bug which rendered virtual listboxes always empty.
Smarter focus rectangle drawing.
Fix focus handling when we add/delete a column.
Fix silly bug in GetSubItemRect.
Elimiante flicker in Report mode.

21 years agoCleanup, and clarify the handling of the various rectangles.
Dimitrie O. Paun [Mon, 7 Oct 2002 18:42:52 +0000 (18:42 +0000)] 
Cleanup, and clarify the handling of the various rectangles.
Fix handling of large items in ICON mode.
Fix calculation of LVIR_SELECTBOUNDS.
Various cleanups, and simplifications.

21 years agoCleanup of the way we maintain/lookup the item count.
Dimitrie O. Paun [Mon, 7 Oct 2002 18:41:00 +0000 (18:41 +0000)] 
Cleanup of the way we maintain/lookup the item count.
Rename GetItemWidth to CalculateMaxWidth.
Misc trivial changes.

21 years agoFix focus handling for owner draw listviews.
Dimitrie O. Paun [Mon, 7 Oct 2002 18:38:17 +0000 (18:38 +0000)] 
Fix focus handling for owner draw listviews.

21 years agoFix potential bug in RemoveAllItems.
Dimitrie O. Paun [Mon, 7 Oct 2002 18:36:34 +0000 (18:36 +0000)] 
Fix potential bug in RemoveAllItems.
Fix report-mode ONWERDRAW bug (with help from Alexandre Julliard).
Fix multiple selection bug (in report and list mode).
Remove code duplication for removing selections.

21 years agoImplement GetUserDefaultUILanguage and GetSystemDefaultUILanguage.
Steve Lustbader [Mon, 7 Oct 2002 18:27:06 +0000 (18:27 +0000)] 
Implement GetUserDefaultUILanguage and GetSystemDefaultUILanguage.

21 years agoVarious fixes, typos corrected and clarifying trace points.
Jason Edmeades [Mon, 7 Oct 2002 18:24:28 +0000 (18:24 +0000)] 
Various fixes, typos corrected and clarifying trace points.

21 years agoAdded support for several soundcard.
Eric Pouech [Mon, 7 Oct 2002 18:23:40 +0000 (18:23 +0000)] 
Added support for several soundcard.
Remove non full duplex mode in code.
OSS Commercial doesn't properly handle SNDCTL_DSP_RESET, so close/open
device to workaround this issue (by Ove Kaaven).

21 years agoGot rid of recursion in sub device opening.
Eric Pouech [Mon, 7 Oct 2002 18:22:57 +0000 (18:22 +0000)] 
Got rid of recursion in sub device opening.

21 years agoLet wave(Out|In)Open call the wave mapper when the low level device
Eric Pouech [Mon, 7 Oct 2002 18:22:41 +0000 (18:22 +0000)] 
Let wave(Out|In)Open call the wave mapper when the low level device
doesn't handle the wave descriptor.

21 years agoFixed segv when incorrect command line arguments where given.
Eric Pouech [Mon, 7 Oct 2002 18:22:09 +0000 (18:22 +0000)] 
Fixed segv when incorrect command line arguments where given.

21 years agoFixed IMA ACM definition.
Eric Pouech [Mon, 7 Oct 2002 18:21:45 +0000 (18:21 +0000)] 
Fixed IMA ACM definition.

21 years agoMinor comments cleanups.
Eric Pouech [Mon, 7 Oct 2002 18:21:28 +0000 (18:21 +0000)] 
Minor comments cleanups.
Removed unneeded FIXMEs.

21 years agoFixed some NULL pointer handling errors.
Eric Pouech [Mon, 7 Oct 2002 18:21:03 +0000 (18:21 +0000)] 
Fixed some NULL pointer handling errors.

21 years agoReimplement GetSubItemRect, subitem setting optimizations.
Dimitrie O. Paun [Sat, 5 Oct 2002 18:05:27 +0000 (18:05 +0000)] 
Reimplement GetSubItemRect, subitem setting optimizations.

21 years agoFix bug in OWNERDATA selection handling.
Dimitrie O. Paun [Sat, 5 Oct 2002 18:04:30 +0000 (18:04 +0000)] 
Fix bug in OWNERDATA selection handling.
Fix critical performance bug in GetSelectedCount.
Fix critical performance bug in SetGroupSelection.
Fix problems for OWNERDRAW report.
Fix hidden/latent bugs in state handling.
Better debug messages.

21 years agoFix onwer-draw REPORT for broken apps.
Dimitrie O. Paun [Sat, 5 Oct 2002 18:02:54 +0000 (18:02 +0000)] 
Fix onwer-draw REPORT for broken apps.

21 years agoStreamline the GetItem usage.
Dimitrie O. Paun [Sat, 5 Oct 2002 17:46:30 +0000 (17:46 +0000)] 
Streamline the GetItem usage.
Fix fatal bug for ICON mode in LVS_ONWERDATA.
Documentation updates, marking places which need work.

21 years agoFix condition so we actually store the state in virtual listviews.
Dimitrie O. Paun [Sat, 5 Oct 2002 17:44:51 +0000 (17:44 +0000)] 
Fix condition so we actually store the state in virtual listviews.
Assorted code cleanups.

21 years ago- Effective optimization in GetNextItem (speeds up Xnews).
Dimitrie O. Paun [Sat, 5 Oct 2002 17:43:26 +0000 (17:43 +0000)] 
- Effective optimization in GetNextItem (speeds up Xnews).
- Misc cleanups.

21 years agoRewrite the begin/end label edit procedures.
Dimitrie O. Paun [Sat, 5 Oct 2002 17:42:14 +0000 (17:42 +0000)] 
Rewrite the begin/end label edit procedures.
Better support of OWNERDRAW.
Cleaner, simpler code.

21 years agoFixed large item focus handling for virtual listviews. Since at most
Dimitrie O. Paun [Fri, 4 Oct 2002 17:54:22 +0000 (17:54 +0000)] 
Fixed large item focus handling for virtual listviews.  Since at most
_one_ item can have the focus at any time, we can maintain one such
rectangle per list, rather than per item. This is both more efficient,
and works for LVS_OWNERDATA listviews as well.

21 years agoDo not blindly trust GetItem to succeed -- check the return value, and
Dimitrie O. Paun [Fri, 4 Oct 2002 17:51:42 +0000 (17:51 +0000)] 
Do not blindly trust GetItem to succeed -- check the return value, and
fail gracefully.

21 years agoDo not send uninitialized data in notification to application.
Dimitrie O. Paun [Fri, 4 Oct 2002 17:49:29 +0000 (17:49 +0000)] 
Do not send uninitialized data in notification to application.

21 years agoFixed atom test to work on Windows.
Dmitry Timoshkov [Fri, 4 Oct 2002 17:45:00 +0000 (17:45 +0000)] 
Fixed atom test to work on Windows.

21 years agoAdded a prototype code page test. Fixed issue regarding negative
Dmitry Timoshkov [Fri, 4 Oct 2002 17:42:27 +0000 (17:42 +0000)] 
Added a prototype code page test. Fixed issue regarding negative
source length handling.

21 years agoFixed printf formats for -DSTRICT handles.
Alexandre Julliard [Fri, 4 Oct 2002 00:56:05 +0000 (00:56 +0000)] 
Fixed printf formats for -DSTRICT handles.

21 years agoFixed some handle conversions in prevision of void* handles.
Alexandre Julliard [Fri, 4 Oct 2002 00:27:10 +0000 (00:27 +0000)] 
Fixed some handle conversions in prevision of void* handles.

21 years ago- Fix nasty bug in REPORT mode, when calculating the label rect.
Dimitrie O. Paun [Fri, 4 Oct 2002 00:25:55 +0000 (00:25 +0000)] 
- Fix nasty bug in REPORT mode, when calculating the label rect.
- Lots of cleanups, and simplifications.

21 years agoImplemented UuidFromString[AW] based on CLSIDFromString
Alexandre Julliard [Fri, 4 Oct 2002 00:20:56 +0000 (00:20 +0000)] 
Implemented UuidFromString[AW] based on CLSIDFromString
implementation.

21 years agoAbort with error if the app uses our api to subclass and then theirs
György 'Nog' Jeney [Thu, 3 Oct 2002 23:01:01 +0000 (23:01 +0000)] 
Abort with error if the app uses our api to subclass and then theirs
then ours again.

21 years agoImplemented GetDateFormatW.
Steve Lustbader [Thu, 3 Oct 2002 22:57:55 +0000 (22:57 +0000)] 
Implemented GetDateFormatW.

21 years agoAdded UuidCreateNil, UuidEqual and UuidIsNil.
Ove Kaaven [Thu, 3 Oct 2002 22:51:49 +0000 (22:51 +0000)] 
Added UuidCreateNil, UuidEqual and UuidIsNil.

21 years agoAdded process_id_t and thread_it_t types to the server interface
Alexandre Julliard [Thu, 3 Oct 2002 19:54:57 +0000 (19:54 +0000)] 
Added process_id_t and thread_it_t types to the server interface
instead of using void*, and removed a number of type casts.

21 years agoMoved CreateBrushIndirect16 and CreateDIBPatternBrush16 to gdi16.c.
Alexandre Julliard [Thu, 3 Oct 2002 19:48:59 +0000 (19:48 +0000)] 
Moved CreateBrushIndirect16 and CreateDIBPatternBrush16 to gdi16.c.

21 years agoRemoved LPxxx handle types that don't exist under Windows.
Alexandre Julliard [Thu, 3 Oct 2002 19:46:27 +0000 (19:46 +0000)] 
Removed LPxxx handle types that don't exist under Windows.

21 years agoRemoved error message that confuses users.
Alexandre Julliard [Thu, 3 Oct 2002 19:43:10 +0000 (19:43 +0000)] 
Removed error message that confuses users.

21 years agoBuild tests with -DSTRICT.
Alexandre Julliard [Thu, 3 Oct 2002 19:42:45 +0000 (19:42 +0000)] 
Build tests with -DSTRICT.

21 years ago- Reorganize DrawItem.
Dimitrie O. Paun [Wed, 2 Oct 2002 23:53:04 +0000 (23:53 +0000)] 
- Reorganize DrawItem.
- Unify text attribute selection between Draw{Sub,}Item.
- Usual cleanups, and simplifications.

21 years agoAdded support for multiple object namespaces, and a bunch functions
Alexandre Julliard [Wed, 2 Oct 2002 23:49:30 +0000 (23:49 +0000)] 
Added support for multiple object namespaces, and a bunch functions
for managing linked lists.

21 years agoFixed GDI heap selector handling broken by previous change.
Alexandre Julliard [Wed, 2 Oct 2002 23:47:14 +0000 (23:47 +0000)] 
Fixed GDI heap selector handling broken by previous change.

21 years agoUse the new Subclassing API.
György 'Nog' Jeney [Wed, 2 Oct 2002 23:46:20 +0000 (23:46 +0000)] 
Use the new Subclassing API.

21 years agoFancy/optimized EnsureVisible method that eliminates flicker.
Dimitrie O. Paun [Wed, 2 Oct 2002 23:45:50 +0000 (23:45 +0000)] 
Fancy/optimized EnsureVisible method that eliminates flicker.
Minor cleanups.

21 years agoImplemented {G|S}etWindowSubClass, DefSubclassProc,
György 'Nog' Jeney [Wed, 2 Oct 2002 20:01:01 +0000 (20:01 +0000)] 
Implemented {G|S}etWindowSubClass, DefSubclassProc,
RemoveWindowSubclass.

21 years ago- Fix the subitem drawing code.
Dimitrie O. Paun [Wed, 2 Oct 2002 19:59:55 +0000 (19:59 +0000)] 
- Fix the subitem drawing code.
- A lot faster drawing in report mode.
- A great deal of cleanup, and simplifications.

21 years agoAdded some more autogenerated tests.
Patrik Stridvall [Wed, 2 Oct 2002 19:58:27 +0000 (19:58 +0000)] 
Added some more autogenerated tests.

21 years ago- Minor improvements.
Patrik Stridvall [Wed, 2 Oct 2002 19:54:14 +0000 (19:54 +0000)] 
- Minor improvements.
- Added tests for GDI and USER.

21 years agoAdded a couple of defines.
György 'Nog' Jeney [Wed, 2 Oct 2002 19:46:45 +0000 (19:46 +0000)] 
Added a couple of defines.

21 years agoFix Validate{Rect,Rgn} prototypes.
Dimitrie O. Paun [Wed, 2 Oct 2002 19:45:48 +0000 (19:45 +0000)] 
Fix Validate{Rect,Rgn} prototypes.

21 years agoPreliminary support for dumping NE binaries.
Alexandre Julliard [Wed, 2 Oct 2002 18:50:09 +0000 (18:50 +0000)] 
Preliminary support for dumping NE binaries.

21 years ago- Fix the state icon handling.
Dimitrie O. Paun [Wed, 2 Oct 2002 18:38:11 +0000 (18:38 +0000)] 
- Fix the state icon handling.
- Fix handling of new image lists.
- Small cleanups.

21 years agoexcept_handler3: Set correct %ebp when calling exception filter.
Alexandre Julliard [Wed, 2 Oct 2002 18:34:58 +0000 (18:34 +0000)] 
except_handler3: Set correct %ebp when calling exception filter.

21 years agoEnable anti-aliasing for all font sizes.
Alexandre Julliard [Wed, 2 Oct 2002 18:33:53 +0000 (18:33 +0000)] 
Enable anti-aliasing for all font sizes.

21 years agoCreateDC: handle (nil, <string>, ...) gracefully if no driver found.
Greg Turner [Wed, 2 Oct 2002 18:33:21 +0000 (18:33 +0000)] 
CreateDC: handle (nil, <string>, ...) gracefully if no driver found.

21 years ago- Rework the {Insert,Delete}Column functions.
Dimitrie O. Paun [Wed, 2 Oct 2002 18:32:08 +0000 (18:32 +0000)] 
- Rework the {Insert,Delete}Column functions.
- Drawing optimizations when adding/removing columns.
- More cleanups, and simplifications.

21 years agoMake sure things still work if 16-bit dlls cannot be loaded.
Alexandre Julliard [Wed, 2 Oct 2002 02:36:20 +0000 (02:36 +0000)] 
Make sure things still work if 16-bit dlls cannot be loaded.

21 years agoAdded --disable-win16 configure option.
Alexandre Julliard [Wed, 2 Oct 2002 02:34:09 +0000 (02:34 +0000)] 
Added --disable-win16 configure option.

21 years agoFixed warnings.
Alexandre Julliard [Wed, 2 Oct 2002 01:34:17 +0000 (01:34 +0000)] 
Fixed warnings.

21 years agoAdded EUC-JP encoding as codepage 20932 (with the help of Aric
Alexandre Julliard [Wed, 2 Oct 2002 01:29:22 +0000 (01:29 +0000)] 
Added EUC-JP encoding as codepage 20932 (with the help of Aric
Stewart).

21 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Wed, 2 Oct 2002 01:24:27 +0000 (01:24 +0000)] 
Fixed some issues found by winapi_check.

21 years ago- API file update.
Patrik Stridvall [Wed, 2 Oct 2002 01:23:55 +0000 (01:23 +0000)] 
- API file update.
- Minor bug fixes.

21 years agoAdded some more useful macros.
Patrik Stridvall [Wed, 2 Oct 2002 01:23:33 +0000 (01:23 +0000)] 
Added some more useful macros.

21 years agoMoved X flags and libraries out of Make.rules into the makefiles that
Alexandre Julliard [Tue, 1 Oct 2002 18:16:19 +0000 (18:16 +0000)] 
Moved X flags and libraries out of Make.rules into the makefiles that
need them.

21 years agoUse correct 16-bit resources to avoid warnings.
Alexandre Julliard [Tue, 1 Oct 2002 18:14:04 +0000 (18:14 +0000)] 
Use correct 16-bit resources to avoid warnings.

21 years agoUpdate documentation of how to invoke winedbg.
Francois Gouget [Tue, 1 Oct 2002 18:13:09 +0000 (18:13 +0000)] 
Update documentation of how to invoke winedbg.

21 years agoAdded new autogenerated test for data structure packing.
Patrik Stridvall [Tue, 1 Oct 2002 18:11:47 +0000 (18:11 +0000)] 
Added new autogenerated test for data structure packing.

21 years ago- Added a new tool winapi_test for generating tests.
Patrik Stridvall [Tue, 1 Oct 2002 18:10:54 +0000 (18:10 +0000)] 
- Added a new tool winapi_test for generating tests.
- Added a data structure packing test to winapi_test.
- Reorganized and optimized a few things.

21 years agoAdded a GNU C implementation of some of the DECLSPEC_ macros and used
Patrik Stridvall [Tue, 1 Oct 2002 18:07:37 +0000 (18:07 +0000)] 
Added a GNU C implementation of some of the DECLSPEC_ macros and used
them wherever possible.

21 years ago- Fix LIST mode, broken by previous changes.
Dimitrie O. Paun [Tue, 1 Oct 2002 18:06:15 +0000 (18:06 +0000)] 
- Fix LIST mode, broken by previous changes.
- Implement GetItemRect in terms of GetItemMeasurements.
- Improvements in debug traces.
- Many bug fixes, compelete implementation for GetItemMeasurements.
- Lots of code cleanups, simplifications.
- Documentation updates.

21 years agoPathIsExe: corrected and added executable types.
Jeff Smith [Mon, 30 Sep 2002 19:01:20 +0000 (19:01 +0000)] 
PathIsExe: corrected and added executable types.

21 years ago- The TTM_ message needed to be in correct order.
Guy L. Albertelli [Mon, 30 Sep 2002 18:52:52 +0000 (18:52 +0000)] 
- The TTM_ message needed to be in correct order.
- Added TTM_GETBUBBLESIZE.

21 years agoPrevent crash when listview trace logging is on.
Paul Rupe [Mon, 30 Sep 2002 18:52:33 +0000 (18:52 +0000)] 
Prevent crash when listview trace logging is on.

21 years agoImplement SwapTextureHandles method.
Christian Costa [Mon, 30 Sep 2002 18:52:06 +0000 (18:52 +0000)] 
Implement SwapTextureHandles method.

21 years agoDefine SNDMSG.
György 'Nog' Jeney [Mon, 30 Sep 2002 18:51:33 +0000 (18:51 +0000)] 
Define SNDMSG.

21 years agoAttempt at handling 'k' and 'B' symbols.
Greg Turner [Sun, 29 Sep 2002 18:35:31 +0000 (18:35 +0000)] 
Attempt at handling 'k' and 'B' symbols.

21 years ago- Eliminate extra background fills.
Guy Albertelli [Sun, 29 Sep 2002 18:34:51 +0000 (18:34 +0000)] 
- Eliminate extra background fills.
- Eliminate bogus error messages.

21 years agoFixed a couple of bugs in the debugger startup.
Alexandre Julliard [Sun, 29 Sep 2002 18:21:06 +0000 (18:21 +0000)] 
Fixed a couple of bugs in the debugger startup.

21 years agoDon't build d3d8 if we don't have OpenGL support.
Alexandre Julliard [Sun, 29 Sep 2002 18:07:25 +0000 (18:07 +0000)] 
Don't build d3d8 if we don't have OpenGL support.

21 years agoAdded check for OpenGL.
Alexandre Julliard [Sun, 29 Sep 2002 18:05:32 +0000 (18:05 +0000)] 
Added check for OpenGL.

21 years agoAdded {G|S}etWindowLongPtr.
György 'Nog' Jeney [Sun, 29 Sep 2002 18:04:55 +0000 (18:04 +0000)] 
Added {G|S}etWindowLongPtr.

21 years agoInitial implementation of custom control header.
György 'Nog' Jeney [Sun, 29 Sep 2002 18:04:15 +0000 (18:04 +0000)] 
Initial implementation of custom control header.

21 years agoUse correct check to see if xserver supports xvidmode.
Jukka Heinonen [Sun, 29 Sep 2002 18:02:40 +0000 (18:02 +0000)] 
Use correct check to see if xserver supports xvidmode.

21 years ago- Cache GWL_STYLE, to avoid fetching in virtually every function.
Dimitrie O. Paun [Sun, 29 Sep 2002 18:02:21 +0000 (18:02 +0000)] 
- Cache GWL_STYLE, to avoid fetching in virtually every function.
- Separate GetOrigin from GetAllMeasures as it is item independent,
  and rename function to reflect the change.
- Small cleanups.

21 years agoFix for soundcards that can't do 8-bit audio, only 16-bit (also
Ove Kaaven [Sun, 29 Sep 2002 18:01:33 +0000 (18:01 +0000)] 
Fix for soundcards that can't do 8-bit audio, only 16-bit (also
checked for soundcards that can't do stereo while I was at it).

21 years agoexecute: Activate the viewport passed as parameter when executing
Christian Costa [Sun, 29 Sep 2002 18:01:13 +0000 (18:01 +0000)] 
execute: Activate the viewport passed as parameter when executing
buffer.

21 years agoImplement IDirect3DViewport2_DeleteLight.
Christian Costa [Sun, 29 Sep 2002 18:00:43 +0000 (18:00 +0000)] 
Implement IDirect3DViewport2_DeleteLight.

21 years agoFunctions sscanf and swscanf now expect strings to be terminated with
Jukka Heinonen [Sun, 29 Sep 2002 18:00:23 +0000 (18:00 +0000)] 
Functions sscanf and swscanf now expect strings to be terminated with
null (0) instead of EOF (-1).