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
07d0c31c
Commit
07d0c31c
authored
Oct 26, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused STRUCT32_NCCALCSIZE functions.
parent
ef55932f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
31 deletions
+2
-31
keyboard.c
windows/keyboard.c
+2
-3
struct32.c
windows/struct32.c
+0
-22
struct32.h
windows/struct32.h
+0
-6
No files found.
windows/keyboard.c
View file @
07d0c31c
...
...
@@ -25,11 +25,10 @@
#include "callback.h"
#include "builtin16.h"
#include "debugtools.h"
#include "struct32.h"
#include "winerror.h"
DEFAULT_DEBUG_CHANNEL
(
keyboard
)
DECLARE_DEBUG_CHANNEL
(
event
)
DEFAULT_DEBUG_CHANNEL
(
keyboard
)
;
DECLARE_DEBUG_CHANNEL
(
event
)
;
/**********************************************************************/
...
...
windows/struct32.c
View file @
07d0c31c
...
...
@@ -69,28 +69,6 @@ void STRUCT32_WINDOWPOS16to32( const WINDOWPOS16* from, WINDOWPOS* to )
to
->
flags
=
(
UINT
)
from
->
flags
;
}
void
STRUCT32_NCCALCSIZE32to16Flat
(
const
NCCALCSIZE_PARAMS
*
from
,
NCCALCSIZE_PARAMS16
*
to
,
int
validRects
)
{
CONV_RECT32TO16
(
&
from
->
rgrc
[
0
],
&
to
->
rgrc
[
0
]
);
if
(
validRects
)
{
CONV_RECT32TO16
(
&
from
->
rgrc
[
1
],
&
to
->
rgrc
[
1
]
);
CONV_RECT32TO16
(
&
from
->
rgrc
[
2
],
&
to
->
rgrc
[
2
]
);
}
}
void
STRUCT32_NCCALCSIZE16to32Flat
(
const
NCCALCSIZE_PARAMS16
*
from
,
NCCALCSIZE_PARAMS
*
to
,
int
validRects
)
{
CONV_RECT16TO32
(
&
from
->
rgrc
[
0
],
&
to
->
rgrc
[
0
]
);
if
(
validRects
)
{
CONV_RECT32TO16
(
&
from
->
rgrc
[
1
],
&
to
->
rgrc
[
1
]
);
CONV_RECT32TO16
(
&
from
->
rgrc
[
2
],
&
to
->
rgrc
[
2
]
);
}
}
/* The strings are not copied */
void
STRUCT32_CREATESTRUCT32Ato16
(
const
CREATESTRUCTA
*
from
,
CREATESTRUCT16
*
to
)
...
...
windows/struct32.h
View file @
07d0c31c
...
...
@@ -11,12 +11,6 @@ extern void STRUCT32_MINMAXINFO32to16( const MINMAXINFO*, MINMAXINFO16* );
extern
void
STRUCT32_MINMAXINFO16to32
(
const
MINMAXINFO16
*
,
MINMAXINFO
*
);
extern
void
STRUCT32_WINDOWPOS32to16
(
const
WINDOWPOS
*
,
WINDOWPOS16
*
);
extern
void
STRUCT32_WINDOWPOS16to32
(
const
WINDOWPOS16
*
,
WINDOWPOS
*
);
extern
void
STRUCT32_NCCALCSIZE32to16Flat
(
const
NCCALCSIZE_PARAMS
*
from
,
NCCALCSIZE_PARAMS16
*
to
,
int
validRects
);
extern
void
STRUCT32_NCCALCSIZE16to32Flat
(
const
NCCALCSIZE_PARAMS16
*
from
,
NCCALCSIZE_PARAMS
*
to
,
int
validRects
);
void
STRUCT32_MSG16to32
(
const
MSG16
*
msg16
,
MSG
*
msg32
);
void
STRUCT32_MSG32to16
(
const
MSG
*
msg32
,
MSG16
*
msg16
);
...
...
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