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
7bdba1b6
Commit
7bdba1b6
authored
Apr 29, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Apr 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Constify some variables.
parent
6b7c482c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
brush.c
dlls/gdi32/brush.c
+1
-1
enhmetafile.c
dlls/gdi32/enhmetafile.c
+1
-1
No files found.
dlls/gdi32/brush.c
View file @
7bdba1b6
...
...
@@ -57,7 +57,7 @@ static const struct gdi_obj_funcs brush_funcs =
BRUSH_DeleteObject
/* pDeleteObject */
};
static
HGLOBAL16
dib_copy
(
BITMAPINFO
*
info
,
UINT
coloruse
)
static
HGLOBAL16
dib_copy
(
const
BITMAPINFO
*
info
,
UINT
coloruse
)
{
BITMAPINFO
*
newInfo
;
HGLOBAL16
hmem
;
...
...
dlls/gdi32/enhmetafile.c
View file @
7bdba1b6
...
...
@@ -516,7 +516,7 @@ typedef struct enum_emh_data
#define IS_WIN9X() (GetVersion()&0x80000000)
static
void
EMF_Update_MF_Xform
(
HDC
hdc
,
enum_emh_data
*
info
)
static
void
EMF_Update_MF_Xform
(
HDC
hdc
,
const
enum_emh_data
*
info
)
{
XFORM
mapping_mode_trans
,
final_trans
;
FLOAT
scaleX
,
scaleY
;
...
...
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