Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
f4c0524e
Commit
f4c0524e
authored
Nov 10, 2005
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling and case fixes.
parent
39e11022
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
17 additions
and
17 deletions
+17
-17
listview.c
dlls/comctl32/listview.c
+1
-1
errors.awk
dlls/dxerr8/errors.awk
+1
-1
errors.awk
dlls/dxerr9/errors.awk
+1
-1
package.c
dlls/msi/package.c
+1
-1
package.c
dlls/msi/tests/package.c
+1
-1
domdoc.c
dlls/msxml3/tests/domdoc.c
+1
-1
olepicture.c
dlls/oleaut32/olepicture.c
+1
-1
dispatcher.c
dlls/secur32/dispatcher.c
+1
-1
exticon.c
dlls/user/exticon.c
+1
-1
directx.c
dlls/wined3d/directx.c
+2
-2
surface.c
dlls/wined3d/surface.c
+3
-3
vertexshader.c
dlls/wined3d/vertexshader.c
+1
-1
mmaux.c
dlls/winmm/wineoss/mmaux.c
+1
-1
sfnt2fnt.c
tools/sfnt2fnt.c
+1
-1
No files found.
dlls/comctl32/listview.c
View file @
f4c0524e
...
...
@@ -5138,7 +5138,7 @@ static HIMAGELIST LISTVIEW_GetImageList(LISTVIEW_INFO *infoPtr, INT nImageList)
*
* NOTE:
* This is the internal 'GetItem' interface -- it tries to
* be smart
, and avoids text copies, if possible, by modif
ing
* be smart
and avoid text copies, if possible, by modify
ing
* lpLVItem->pszText to point to the text string. Please note
* that this is not always possible (e.g. OWNERDATA), so on
* entry you *must* supply valid values for pszText, and cchTextMax.
...
...
dlls/dxerr8/errors.awk
View file @
f4c0524e
...
...
@@ -9,7 +9,7 @@ BEGIN {
if
(
NF
>
0
&&
length
(
array
[
1
])
>
0
)
{
lines
++
# save the first word (or '&' sep
e
rated list of words) in the names array
# save the first word (or '&' sep
a
rated list of words) in the names array
if
(
array
[
2
]
==
"&"
)
{
if
(
array
[
4
]
==
"&"
)
{
names
[
lines
]
=
array
[
1
]
" "
array
[
2
]
" "
array
[
3
]
" "
array
[
4
]
" "
array
[
5
]
...
...
dlls/dxerr9/errors.awk
View file @
f4c0524e
...
...
@@ -9,7 +9,7 @@ BEGIN {
if
(
NF
>
0
&&
length
(
array
[
1
])
>
0
)
{
lines
++
# save the first word (or '&' sep
e
rated list of words) in the names array
# save the first word (or '&' sep
a
rated list of words) in the names array
if
(
array
[
2
]
==
"&"
)
{
if
(
array
[
4
]
==
"&"
)
{
names
[
lines
]
=
array
[
1
]
" "
array
[
2
]
" "
array
[
3
]
" "
array
[
4
]
" "
array
[
5
]
...
...
dlls/msi/package.c
View file @
f4c0524e
...
...
@@ -727,7 +727,7 @@ UINT MSI_SetPropertyW( MSIPACKAGE *package, LPCWSTR szName, LPCWSTR szValue)
if
(
!
szName
)
return
ERROR_INVALID_PARAMETER
;
/* this one is w
ie
rd... */
/* this one is w
ei
rd... */
if
(
!
szName
[
0
])
return
szValue
?
ERROR_FUNCTION_FAILED
:
ERROR_SUCCESS
;
...
...
dlls/msi/tests/package.c
View file @
f4c0524e
...
...
@@ -631,7 +631,7 @@ static void test_props(void)
r
=
MsiGetProperty
(
hpkg
,
"boo"
,
buffer
,
NULL
);
ok
(
r
==
ERROR_INVALID_PARAMETER
,
"wrong return val
\n
"
);
/* test retrieving an empty/non
-exista
nt property */
/* test retrieving an empty/non
existe
nt property */
sz
=
sizeof
buffer
;
r
=
MsiGetProperty
(
hpkg
,
"boo"
,
NULL
,
&
sz
);
ok
(
r
==
ERROR_SUCCESS
,
"wrong return val
\n
"
);
...
...
dlls/msxml3/tests/domdoc.c
View file @
f4c0524e
...
...
@@ -102,7 +102,7 @@ void test_domdoc( void )
ok
(
r
==
S_FALSE
,
"loadXML failed
\n
"
);
ok
(
b
==
VARIANT_FALSE
,
"failed to load XML string
\n
"
);
/* try to load a
n document from an non-
existent file */
/* try to load a
document from a non
existent file */
b
=
VARIANT_TRUE
;
str
=
SysAllocString
(
szNonExistentFile
);
VariantInit
(
&
var
);
...
...
dlls/oleaut32/olepicture.c
View file @
f4c0524e
...
...
@@ -1115,7 +1115,7 @@ static HRESULT WINAPI OLEPictureImpl_Load(IPersistStream* iface,IStream*pStm) {
}
}
if
(
statfailed
)
{
/* we dont know the size ... read all we get */
if
(
statfailed
)
{
/* we don
'
t know the size ... read all we get */
int
sizeinc
=
4096
;
int
origsize
=
sizeinc
;
ULONG
nread
=
42
;
...
...
dlls/secur32/dispatcher.c
View file @
f4c0524e
...
...
@@ -219,7 +219,7 @@ SECURITY_STATUS run_helper(PNegoHelper helper, char *buffer,
return
sec_status
;
}
TRACE
(
"In helper: rec
ie
ved %s
\n
"
,
debugstr_a
(
helper
->
com_buf
));
TRACE
(
"In helper: rec
ei
ved %s
\n
"
,
debugstr_a
(
helper
->
com_buf
));
*
buflen
=
lstrlenA
(
helper
->
com_buf
);
if
(
*
buflen
>
max_buflen
)
...
...
dlls/user/exticon.c
View file @
f4c0524e
...
...
@@ -272,7 +272,7 @@ static BOOL CALLBACK extract_icons_callback(HMODULE hModule, LPCWSTR pwszType, L
/* If we didn't already start extracting icons (cIter == 0), we look if the current
* icon is the one we should start with. That's the case if nBaseIndex is negative and
* it's absolute value matches the current icon's identifier. Or if nBaseIndex is positive
* and we already om
mi
ted the first nBaseIndex icons. */
* and we already om
it
ted the first nBaseIndex icons. */
if
(
pState
->
cIter
==
0
)
{
if
(
pState
->
nBaseIndex
<
0
)
{
if
(
!
IS_INTRESOURCE
(
pwszName
)
||
idCurrent
!=
-
pState
->
nBaseIndex
)
{
...
...
dlls/wined3d/directx.c
View file @
f4c0524e
...
...
@@ -1062,7 +1062,7 @@ static BOOL IWineD3DImpl_IsGLXFBConfigCompatibleWithRenderFmt(WineD3D_Context* c
break;
}
return FALSE;
#else
/* Most of the time performance is less of an issue than compat
a
bility, this code allows for most common opengl/d3d formats */
#else
/* Most of the time performance is less of an issue than compat
i
bility, this code allows for most common opengl/d3d formats */
switch
(
Format
)
{
case
WINED3DFMT_X8R8G8B8
:
case
WINED3DFMT_R8G8B8
:
...
...
@@ -1122,7 +1122,7 @@ static BOOL IWineD3DImpl_IsGLXFBConfigCompatibleWithDepthFmt(WineD3D_Context* ct
break;
}
return FALSE;
#else
/* Most of the time performance is less of an issue than compat
a
bility, this code allows for most common opengl/d3d formats */
#else
/* Most of the time performance is less of an issue than compat
i
bility, this code allows for most common opengl/d3d formats */
switch
(
Format
)
{
case
WINED3DFMT_D16
:
case
WINED3DFMT_D16_LOCKABLE
:
...
...
dlls/wined3d/surface.c
View file @
f4c0524e
...
...
@@ -672,7 +672,7 @@ HRESULT WINAPI IWineD3DSurfaceImpl_UnlockRect(IWineD3DSurface *iface) {
/****************************
* TODO: Render targets are 'special' and
* ?some? locking needs to be passed onto the context manager
* so that it becomes possible to use auxilary buffers, pbuffers
* so that it becomes possible to use auxil
i
ary buffers, pbuffers
* render-to-texture, shared, cached contexts etc...
* ****************************/
IWineD3DSwapChainImpl
*
implSwapChain
;
...
...
@@ -1146,7 +1146,7 @@ HRESULT WINAPI IWineD3DSurfaceImpl_SaveSnapshot(IWineD3DSurface *iface, const ch
DWORD
color
;
/*FIXME:
Textures my not be stored in ->allocatedgMemory and a GlTexture
so we should lock the surface before saving a snapshot, or atleast check that
so we should lock the surface before saving a snapshot, or at
least check that
*/
/* TODO: Compressed texture images can be obtained from the GL in uncompressed form
by calling GetTexImage and in compressed form by calling
...
...
@@ -1163,7 +1163,7 @@ HRESULT WINAPI IWineD3DSurfaceImpl_SaveSnapshot(IWineD3DSurface *iface, const ch
IWineD3DSurface_GetContainer
(
iface
,
&
IID_IWineD3DSwapChain
,
(
void
**
)
&
swapChain
);
if
(
swapChain
||
This
->
inPBuffer
)
{
/* if were not a real texture then read the back buffer into a real texture*/
/* we don't want to interfere with the back buffer so read the data into a tempor
y texture and then save the data out of the tempo
ry texture */
/* we don't want to interfere with the back buffer so read the data into a tempor
ary texture and then save the data out of the tempora
ry texture */
GLint
prevRead
;
ENTER_GL
();
FIXME
(
"(%p) This surface needs to be locked before a snapshot can be taken
\n
"
,
This
);
...
...
dlls/wined3d/vertexshader.c
View file @
f4c0524e
...
...
@@ -638,7 +638,7 @@ static CONST SHADER_OPCODE vshader_ins [] = {
RCP tmp, vec
MUL out, tmp, vec*/
{
D3DSIO_SGN
,
"sng"
,
NULL
,
2
,
vshader_sng
,
0
,
0
},
/* TODO: xyz normalise can be performed is VS_ARB using one tempory register,
/* TODO: xyz normalise can be performed is VS_ARB using one tempor
ar
y register,
DP3 tmp , vec, vec;
RSQ tmp, tmp.x;
MUL vec.xyz, vec, tmp;
...
...
dlls/winmm/wineoss/mmaux.c
View file @
f4c0524e
/*
* Sample AUXILARY Wine Driver
* Sample AUXIL
I
ARY Wine Driver
*
* Copyright 1994 Martin Ayotte
*
...
...
tools/sfnt2fnt.c
View file @
f4c0524e
...
...
@@ -382,7 +382,7 @@ int main(int argc, char **argv)
int
main
(
int
argc
,
char
**
argv
)
{
fprintf
(
stderr
,
"%s needs to be built with Free
t
ype support
\n
"
,
argv
[
0
]
);
fprintf
(
stderr
,
"%s needs to be built with Free
T
ype support
\n
"
,
argv
[
0
]
);
exit
(
1
);
}
...
...
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