Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
a712a292
Commit
a712a292
authored
May 10, 2010
by
Michael Stefaniuc
Committed by
Alexandre Julliard
May 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32: Update some ImageList comments.
parent
ebde8057
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
imagelist.c
dlls/comctl32/imagelist.c
+2
-8
No files found.
dlls/comctl32/imagelist.c
View file @
a712a292
...
...
@@ -33,7 +33,7 @@
*
* TODO:
* - Add support for ILD_PRESERVEALPHA, ILD_SCALE, ILD_DPISCALE
* - Add support for ILS_GLOW, ILS_SHADOW, ILS_SATURATE
, ILS_ALPHA
* - Add support for ILS_GLOW, ILS_SHADOW, ILS_SATURATE
* - Thread-safe locking
*/
...
...
@@ -835,9 +835,6 @@ ImageList_InternalDragDraw (HDC hdc, INT x, INT y)
* NOTES
* The position of the drag image is relative to the window, not
* the client area.
*
* BUGS
* The drag image should be drawn semitransparent.
*/
BOOL
WINAPI
...
...
@@ -921,9 +918,6 @@ ImageList_DragMove (INT x, INT y)
* RETURNS
* Success: TRUE
* Failure: FALSE
*
* BUGS
* The drag image should be drawn semitransparent.
*/
BOOL
WINAPI
...
...
@@ -1192,7 +1186,7 @@ ImageList_DrawIndirect (IMAGELISTDRAWPARAMS *pimldp)
/*
* To obtain a transparent look, background color should be set
* to white and foreground color to black when blting the
* to white and foreground color to black when bl
it
ting the
* monochrome mask.
*/
oldImageFg
=
SetTextColor
(
hImageDC
,
RGB
(
0
,
0
,
0
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment