[ros-dev] NtUserDrawCaption implementation, please review.
Saveliy Tretiakov
saveliyt at mail.ru
Tue Jul 18 14:11:20 CEST 2006
Hi.
This is my first attempt to implement something in win32k. Please review
and point out mistakes, if any. I commited testapps to trunk. From
testcode I
found that our current implementation has bugs and fixed them. You can see
them on screenshot: http://i1.tinypic.com/20a9te1.jpg
In windows: http://i1.tinypic.com/20a9thf.jpg
With my patch: http://i1.tinypic.com/20a9to2.jpg
And now I'll ask some questions :)
1) Internal functions naming. Some functions have prefix like Int*,
User*, co_* etc., some don't have any prefix. Is there any standart?
2) Is there any difference between shared and exclusive lock?
When should I use shared lock, and when exlusive? In ntuser.h I saw this:
#define UserEnterShared() UserEnterExclusive()
I guess this is temporary hack, isn't it?
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: drawcap.diff
Url: http://www.reactos.org/pipermail/ros-dev/attachments/20060718/1cf21684/attachment.pl
More information about the Ros-dev
mailing list