[ros-diffs] [fireball] 42074: - Greatly improve win32k by implementing a graphics counterpart of the GDI. It interacts with the to-be-committed GDI driver DLL via a set of RosGdi* and RosUser* syscall APIs. Some of the code is imported from ReactOS, Eng stubs are imported from nwin32 and made by Stefan Ginsberg (all copyrights information is in respective files), everything else is developed by me.

fireball at svn.reactos.org fireball at svn.reactos.org
Sun Jul 19 00:25:30 CEST 2009


Author: fireball
Date: Sun Jul 19 00:25:30 2009
New Revision: 42074

URL: http://svn.reactos.org/svn/reactos?rev=42074&view=rev
Log:
- Greatly improve win32k by implementing a graphics counterpart of the GDI. It interacts with the to-be-committed GDI driver DLL via a set of RosGdi* and RosUser* syscall APIs. Some of the code is imported from ReactOS, Eng stubs are imported from nwin32 and made by Stefan Ginsberg (all copyrights information is in respective files), everything else is developed by me.

Added:
    branches/arwinss/reactos/subsystems/win32/win32k/dib/   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib16bpp.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib1bpp.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib24bpp.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib24bppc.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib32bpp.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib32bppc.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib4bpp.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dib8bpp.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/dibXXbpp.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib24bpp_hline.s   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_colorfill.s   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_hline.s   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/device.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/driver.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engblt.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engbrush.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engclip.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engdev.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engdrv.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engerror.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engevent.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engfile.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engfloat.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engfont.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engmem.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engmisc.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engpaint.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engpal.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engpath.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engpoint.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engprint.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engquery.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engrtl.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engsem.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engsurf.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engtext.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engwnd.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engxform.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/engxlate.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/i386/   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/eng/i386/floatobj.S   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gdi/   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gdi/bitmap.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gdi/dc.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gdi/enum.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gdi/misc.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/bitblt.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/brushobj.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/clipobj.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/font.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/gdiobj.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/lineto.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/palobj.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/rect.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/surfobj.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/xformobj.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/gre/xlateobj.c   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/brushobj.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/clipobj.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/dc.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/devobj.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/dib.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/driver.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/engevent.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/floatobj.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/gdiobj.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/gre.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/palobj.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/surfobj.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/xformobj.h   (with props)
    branches/arwinss/reactos/subsystems/win32/win32k/include/xlateobj.h   (with props)
Modified:
    branches/arwinss/reactos/subsystems/win32/win32k/include/win32k.h
    branches/arwinss/reactos/subsystems/win32/win32k/include/win32kp.h
    branches/arwinss/reactos/subsystems/win32/win32k/w32ksvc.db
    branches/arwinss/reactos/subsystems/win32/win32k/win32k.rbuild
    branches/arwinss/reactos/subsystems/win32/win32k/wine/winesup.c

[This mail would be too long, it was shortened to contain the URLs only.]

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/dib.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/dib.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/dib16bpp.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/dib16bpp.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/dib1bpp.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/dib1bpp.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/dib24bpp.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/dib24bpp.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/dib24bppc.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/dib24bppc.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/dib32bpp.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/dib32bpp.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/dib32bppc.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/dib32bppc.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/dib4bpp.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/dib4bpp.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/dib8bpp.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/dib8bpp.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/dibXXbpp.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/dibXXbpp.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib24bpp_hline.s
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib24bpp_hline.s?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_colorfill.s
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_colorfill.s?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_hline.s
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_hline.s?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/device.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/device.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/driver.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/driver.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engblt.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engblt.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engbrush.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engbrush.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engclip.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engclip.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engdev.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engdev.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engdrv.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engdrv.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engerror.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engerror.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engevent.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engevent.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engfile.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engfile.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engfloat.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engfloat.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engfont.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engfont.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engmem.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engmem.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engmisc.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engmisc.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engpaint.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engpaint.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engpal.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engpal.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engpath.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engpath.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engpoint.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engpoint.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engprint.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engprint.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engquery.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engquery.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engrtl.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engrtl.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engsem.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engsem.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engsurf.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engsurf.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engtext.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engtext.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engwnd.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engwnd.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engxform.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engxform.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/engxlate.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/engxlate.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/eng/i386/floatobj.S
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/eng/i386/floatobj.S?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gdi/bitmap.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gdi/bitmap.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gdi/dc.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gdi/dc.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gdi/enum.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gdi/enum.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gdi/misc.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gdi/misc.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gre/bitblt.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/bitblt.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gre/brushobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/brushobj.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gre/clipobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/clipobj.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gre/font.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/font.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gre/gdiobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/gdiobj.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gre/lineto.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/lineto.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gre/palobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/palobj.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gre/rect.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/rect.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gre/surfobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/surfobj.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gre/xformobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/xformobj.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/gre/xlateobj.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/gre/xlateobj.c?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/brushobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/brushobj.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/clipobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/clipobj.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/dc.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/dc.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/devobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/devobj.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/dib.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/dib.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/driver.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/driver.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/engevent.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/engevent.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/floatobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/floatobj.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/gdiobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/gdiobj.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/gre.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/gre.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/palobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/palobj.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/surfobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/surfobj.h?rev=42074&view=auto

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/win32k.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/win32k.h?rev=42074&r1=42073&r2=42074&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/win32kp.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/win32kp.h?rev=42074&r1=42073&r2=42074&view=diff

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/xformobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/xformobj.h?rev=42074&view=auto

Added: branches/arwinss/reactos/subsystems/win32/win32k/include/xlateobj.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/include/xlateobj.h?rev=42074&view=auto

Modified: branches/arwinss/reactos/subsystems/win32/win32k/w32ksvc.db
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/w32ksvc.db?rev=42074&r1=42073&r2=42074&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/win32k.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/win32k.rbuild?rev=42074&r1=42073&r2=42074&view=diff

Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine/winesup.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/wine/winesup.c?rev=42074&r1=42073&r2=42074&view=diff



More information about the Ros-diffs mailing list