Author: sginsberg Date: Fri Aug 8 10:42:17 2008 New Revision: 35185
URL: http://svn.reactos.org/svn/reactos?rev=35185&view=rev Log: - Put NtUser* stubs into separate files. Still a bit messy, but now there is some form of layout at least. - Update some function prototypes which changed between XP and 2003
Added: branches/nwin32/subsystems/win32/win32k/ntuser/accel.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/caret.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/class.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/clipboard.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/colors.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/cursor.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/dde.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/desktop.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/display.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/event.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/hooks.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/icon.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/ime.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/input.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/keyboard.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/menu.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/message.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/misc.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/mouse.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/objects.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/painting.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/process.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/remote.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/scroll.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/simplecall.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/thread.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/timer.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/userinit.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/window.c (with props) branches/nwin32/subsystems/win32/win32k/ntuser/winsta.c (with props) Removed: branches/nwin32/subsystems/win32/win32k/ntuser/usrfuncs.c branches/nwin32/subsystems/win32/win32k/ntuser/usrstubs.c Modified: branches/nwin32/include/reactos/win32k/ntuser.h branches/nwin32/subsystems/win32/win32k/win32k.rbuild
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/nwin32/include/reactos/win32k/ntuser.h URL: http://svn.reactos.org/svn/reactos/branches/nwin32/include/reactos/win32k/nt...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/accel.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/caret.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/class.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/clipboard.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/colors.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/cursor.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/dde.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/desktop.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/display.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/event.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/hooks.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/icon.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/ime.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/input.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/keyboard.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/menu.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/message.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/misc.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/mouse.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/objects.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/painting.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/process.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/remote.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/scroll.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/simplecall.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/thread.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/timer.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/userinit.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Removed: branches/nwin32/subsystems/win32/win32k/ntuser/usrfuncs.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Removed: branches/nwin32/subsystems/win32/win32k/ntuser/usrstubs.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/window.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Added: branches/nwin32/subsystems/win32/win32k/ntuser/winsta.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n...
Modified: branches/nwin32/subsystems/win32/win32k/win32k.rbuild URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/w...