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
1ccf9449
Commit
1ccf9449
authored
Nov 12, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 13, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
b2656633
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
28 additions
and
28 deletions
+28
-28
api.c
dlls/avifil32/api.c
+1
-1
rebar.c
dlls/comctl32/rebar.c
+3
-3
header.c
dlls/comctl32/tests/header.c
+1
-1
dplayx_messages.c
dlls/dplayx/dplayx_messages.c
+1
-1
capture.c
dlls/dsound/tests/capture.c
+1
-1
dsound.c
dlls/dsound/tests/dsound.c
+1
-1
dsound8.c
dlls/dsound/tests/dsound8.c
+1
-1
action.c
dlls/msi/action.c
+1
-1
custom.c
dlls/msi/custom.c
+2
-2
msvideo_main.c
dlls/msvfw32/msvideo_main.c
+1
-1
handletable.c
dlls/ntdll/handletable.c
+1
-1
moniker.c
dlls/ole32/moniker.c
+1
-1
ole2_16.c
dlls/ole32/ole2_16.c
+1
-1
system.c
dlls/uxtheme/system.c
+1
-1
device.c
dlls/wined3d/device.c
+3
-3
wined3d_main.c
dlls/wined3d/wined3d_main.c
+1
-1
dib_convert.c
dlls/winex11.drv/dib_convert.c
+2
-2
opengl.c
dlls/winex11.drv/opengl.c
+4
-4
dscapture.c
dlls/winmm/wineoss/dscapture.c
+1
-1
No files found.
dlls/avifil32/api.c
View file @
1ccf9449
...
...
@@ -185,7 +185,7 @@ void WINAPI AVIFileInit(void) {
*/
void
WINAPI
AVIFileExit
(
void
)
{
/* need to free ole32.dll if we are the last exit call */
/* OleUnitialize() */
/* OleUni
ni
tialize() */
FIXME
(
"(): stub!
\n
"
);
}
...
...
dlls/comctl32/rebar.c
View file @
1ccf9449
...
...
@@ -1960,16 +1960,16 @@ REBAR_ValidateBand (REBAR_INFO *infoPtr, REBAR_BAND *lpBand)
lpBand
->
hcx
=
0
;
lpBand
->
hcy
=
0
;
/* Data com
ming in from users into the cx... and cy... fields
*/
/* Data com
ing in from users into the cx... and cy... fields
*/
/* may be bad, just garbage, because the user never clears */
/* the fields. RB_{SET|INSERT}BAND{A|W} just passes the data */
/* along if the fields exist in the input area. Here we must */
/* determine if the data is valid. I have no idea how MS does */
/* the validation, but it does because the RB_GETBANDINFO */
/* returns a 0 when I know the sample program passed in an */
/* address. Here I will use the algorith
im that if the value
*/
/* address. Here I will use the algorith
m that if the value
*/
/* is greater than 65535 then it is bad and replace it with */
/* a zero. Feel free to improve the algorith
im. - GA 12/2000
*/
/* a zero. Feel free to improve the algorith
m. - GA 12/2000
*/
if
(
lpBand
->
cxMinChild
>
65535
)
lpBand
->
cxMinChild
=
0
;
if
(
lpBand
->
cyMinChild
>
65535
)
lpBand
->
cyMinChild
=
0
;
if
(
lpBand
->
cx
>
65535
)
lpBand
->
cx
=
0
;
...
...
dlls/comctl32/tests/header.c
View file @
1ccf9449
...
...
@@ -145,7 +145,7 @@ static void addReadDelItem(HWND hdex, HDITEMA *phdiCreate, int maskRead, HDITEMA
ZeroMemory
(
phdiRead
,
sizeof
(
HDITEMA
));
phdiRead
->
mask
=
maskRead
;
ok
(
SendMessage
(
hdex
,
HDM_GETITEMA
,
(
WPARAM
)
0
,
(
LPARAM
)
phdiRead
)
!=
0
,
"Getting item data failed
\n
"
);
ok
(
SendMessage
(
hdex
,
HDM_DELETEITEM
,
(
WPARAM
)
0
,
(
LPARAM
)
0
)
!=
0
,
"Delet
e
ing item failed
\n
"
);
ok
(
SendMessage
(
hdex
,
HDM_DELETEITEM
,
(
WPARAM
)
0
,
(
LPARAM
)
0
)
!=
0
,
"Deleting item failed
\n
"
);
}
static
HWND
create_header_control
(
void
)
...
...
dlls/dplayx/dplayx_messages.c
View file @
1ccf9449
...
...
@@ -153,7 +153,7 @@ end_of_thread:
return
0
;
}
/* DP messag
e
ing stuff */
/* DP messaging stuff */
static
HANDLE
DP_MSG_BuildAndLinkReplyStruct
(
IDirectPlay2Impl
*
This
,
LPDP_MSG_REPLY_STRUCT_LIST
lpReplyStructList
,
WORD
wReplyCommandId
);
...
...
dlls/dsound/tests/capture.c
View file @
1ccf9449
...
...
@@ -127,7 +127,7 @@ static void IDirectSoundCapture_test(LPDIRECTSOUNDCAPTURE dsco,
IDirectSoundCapture_Release
(
dsc
);
if
(
initialized
==
FALSE
)
{
/* try unitialized object */
/* try uni
ni
tialized object */
rc
=
IDirectSoundCapture_GetCaps
(
dsco
,
0
);
ok
(
rc
==
DSERR_UNINITIALIZED
||
rc
==
E_INVALIDARG
,
"IDirectSoundCapture_GetCaps(NULL) should have returned "
...
...
dlls/dsound/tests/dsound.c
View file @
1ccf9449
...
...
@@ -67,7 +67,7 @@ static void IDirectSound_test(LPDIRECTSOUND dso, BOOL initialized,
IDirectSound8_Release
(
ds8
);
if
(
initialized
==
FALSE
)
{
/* try unitialized object */
/* try uni
ni
tialized object */
rc
=
IDirectSound_GetCaps
(
dso
,
0
);
ok
(
rc
==
DSERR_UNINITIALIZED
,
"IDirectSound_GetCaps(NULL) "
"should have returned DSERR_UNINITIALIZED, returned: %s
\n
"
,
...
...
dlls/dsound/tests/dsound8.c
View file @
1ccf9449
...
...
@@ -77,7 +77,7 @@ static void IDirectSound8_test(LPDIRECTSOUND8 dso, BOOL initialized,
IDirectSound8_Release
(
ds8
);
if
(
initialized
==
FALSE
)
{
/* try unitialized object */
/* try uni
ni
tialized object */
rc
=
IDirectSound8_GetCaps
(
dso
,
0
);
ok
(
rc
==
DSERR_UNINITIALIZED
,
"IDirectSound8_GetCaps(NULL) "
"should have returned DSERR_UNINITIALIZED, returned: %s
\n
"
,
...
...
dlls/msi/action.c
View file @
1ccf9449
...
...
@@ -3788,7 +3788,7 @@ static UINT ACTION_InstallFinalize(MSIPACKAGE *package)
{
UINT
rc
;
/* turn off schedul
e
ing */
/* turn off scheduling */
package
->
script
->
CurrentlyScripting
=
FALSE
;
/* first do the same as an InstallExecute */
...
...
dlls/msi/custom.c
View file @
1ccf9449
...
...
@@ -243,7 +243,7 @@ UINT ACTION_CustomAction(MSIPACKAGE *package,LPCWSTR action, BOOL execute)
case
1
:
/* DLL file stored in a Binary table stream */
rc
=
HANDLE_CustomType1
(
package
,
source
,
target
,
type
,
action
);
break
;
case
2
:
/* EXE file stored in a Binary table strem */
case
2
:
/* EXE file stored in a Binary table stre
a
m */
rc
=
HANDLE_CustomType2
(
package
,
source
,
target
,
type
,
action
);
break
;
case
18
:
/*EXE file installed with package */
...
...
@@ -511,7 +511,7 @@ static DWORD WINAPI DllThread(LPVOID info)
rc
=
ACTION_CallDllFunction
(
stuff
);
TRACE
(
"MSI Thread (%x) finished (rc %i)
\n
"
,
GetCurrentThreadId
(),
rc
);
/* clse all handles for this thread */
/* cl
o
se all handles for this thread */
MsiCloseAllHandles
();
return
rc
;
}
...
...
dlls/msvfw32/msvideo_main.c
View file @
1ccf9449
...
...
@@ -470,7 +470,7 @@ LRESULT VFWAPI ICGetInfo(HIC hic, ICINFO *picinfo, DWORD cb)
/* (WS) The field szDriver should be initialized because the driver
* is not obliged and often will not do it. Some applications, like
* VirtualDub, rely on this field and will occasionally crash if it
* goes unitialized.
* goes uni
ni
tialized.
*/
if
(
cb
>=
sizeof
(
ICINFO
))
picinfo
->
szDriver
[
0
]
=
'\0'
;
...
...
dlls/ntdll/handletable.c
View file @
1ccf9449
...
...
@@ -188,7 +188,7 @@ static NTSTATUS RtlpAllocateSomeHandles(RTL_HANDLE_TABLE * HandleTable)
*
* NOTES
* A valid handle must have the bit set as indicated in the code below
* otherwise subsquent RtlIsValidHandle() calls will fail.
* otherwise subs
e
quent RtlIsValidHandle() calls will fail.
*
* static inline void RtlpMakeHandleAllocated(RTL_HANDLE * Handle)
* {
...
...
dlls/ole32/moniker.c
View file @
1ccf9449
...
...
@@ -808,7 +808,7 @@ static ULONG WINAPI EnumMonikerImpl_Release(IEnumMoniker* iface)
ref
=
InterlockedDecrement
(
&
This
->
ref
);
/* unitialize rot structure if there's no more reference to it*/
/* uni
ni
tialize rot structure if there's no more reference to it*/
if
(
ref
==
0
)
{
ULONG
i
;
...
...
dlls/ole32/ole2_16.c
View file @
1ccf9449
...
...
@@ -120,7 +120,7 @@ HGLOBAL16 WINAPI OleMetaFilePictFromIconAndLabel16(
mf16
=
(
METAFILEPICT16
*
)
GlobalLock16
(
hmf16
);
mf16
->
mm
=
MM_ANISOTROPIC
;
mf16
->
xExt
=
20
;
/* FIXME: bogus */
mf16
->
yExt
=
20
;
/* dito */
mf16
->
yExt
=
20
;
/* dit
t
o */
mfSize
=
GetMetaFileBitsEx
(
hmf
,
0
,
0
);
mf16
->
hMF
=
GlobalAlloc16
(
GMEM_MOVEABLE
,
mfSize
);
if
(
mf16
->
hMF
)
...
...
dlls/uxtheme/system.c
View file @
1ccf9449
...
...
@@ -206,7 +206,7 @@ static void UXTHEME_LoadTheme(void)
}
if
(
!
bThemeActive
)
{
MSSTYLES_SetActiveTheme
(
NULL
,
FALSE
);
TRACE
(
"Them
e
ing not active
\n
"
);
TRACE
(
"Theming not active
\n
"
);
}
}
...
...
dlls/wined3d/device.c
View file @
1ccf9449
...
...
@@ -1699,7 +1699,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_CreateAdditionalSwapChain(IWineD3DDevic
*******************/
/* Put the correct figures in the presentation parameters */
TRACE
(
"Cop
pying accross presentaion paran
eters
\n
"
);
TRACE
(
"Cop
ying across presentation param
eters
\n
"
);
object
->
presentParms
.
BackBufferWidth
=
*
(
pPresentationParameters
->
BackBufferWidth
);
object
->
presentParms
.
BackBufferHeight
=
*
(
pPresentationParameters
->
BackBufferHeight
);
object
->
presentParms
.
BackBufferFormat
=
*
(
pPresentationParameters
->
BackBufferFormat
);
...
...
@@ -5452,7 +5452,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_ProcessVertices(IWineD3DDevice *iface,
* buffer and loading the VBO
*/
if
(
SrcImpl
->
vbo
)
{
TRACE
(
"Releas
e
ing the source vbo, it won't be needed
\n
"
);
TRACE
(
"Releasing the source vbo, it won't be needed
\n
"
);
if
(
!
SrcImpl
->
resource
.
allocatedMemory
)
{
/* Rescue the data from the buffer */
...
...
@@ -6761,7 +6761,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_UpdateSurface(IWineD3DDevice *iface,
WINED3DFMT_DXT5
==
destFormat
)
{
if
(
GL_SUPPORT
(
EXT_TEXTURE_COMPRESSION_S3TC
))
{
if
(
destSurfaceHeight
!=
srcHeight
||
destSurfaceWidth
!=
srcWidth
)
{
/* FIXME: The easy way to do this is
lock the destination, and copy the bits ac
cross */
/* FIXME: The easy way to do this is
to lock the destination, and copy the bits a
cross */
FIXME
(
"Updating part of a compressed texture is not supported at the moment
\n
"
);
}
if
(
destFormat
!=
srcFormat
)
{
FIXME
(
"Updating mixed format compressed texture is not curretly support
\n
"
);
...
...
dlls/wined3d/wined3d_main.c
View file @
1ccf9449
...
...
@@ -74,7 +74,7 @@ IWineD3D* WINAPI WineDirect3DCreate(UINT SDKVersion, UINT dxVersion, IUnknown *p
/*Create a structure for storing global data in*/
if
(
wineD3DGlobalStatistics
==
NULL
){
TRACE
(
"Creat
e
ing global statistics store
\n
"
);
TRACE
(
"Creating global statistics store
\n
"
);
wineD3DGlobalStatistics
=
HeapAlloc
(
GetProcessHeap
(),
HEAP_ZERO_MEMORY
,
sizeof
(
*
wineD3DGlobalStatistics
));
}
...
...
dlls/winex11.drv/dib_convert.c
View file @
1ccf9449
...
...
@@ -829,7 +829,7 @@ static void convert_888_to_0888_asis(int width, int height,
for
(
y
=
0
;
y
<
height
;
y
++
)
{
srcpixel
=
srcbits
;
dstpixel
=
dstbits
;
/* advance w1 pixels to make srcpixel 32 bit alignd */
/* advance w1 pixels to make srcpixel 32 bit align
e
d */
srcpixel
=
(
const
DWORD
*
)((
INT_PTR
)
srcpixel
&
~
3
);
srcpixel
+=
w1
;
dstpixel
+=
w1
;
...
...
@@ -894,7 +894,7 @@ static void convert_888_to_0888_reverse(int width, int height,
for
(
y
=
0
;
y
<
height
;
y
++
)
{
srcpixel
=
srcbits
;
dstpixel
=
dstbits
;
/* advance w1 pixels to make srcpixel 32 bit alignd */
/* advance w1 pixels to make srcpixel 32 bit align
e
d */
srcpixel
=
(
const
DWORD
*
)((
INT_PTR
)
srcpixel
&
~
3
);
srcpixel
+=
w1
;
dstpixel
+=
w1
;
...
...
dlls/winex11.drv/opengl.c
View file @
1ccf9449
...
...
@@ -1146,7 +1146,7 @@ BOOL X11DRV_SetPixelFormat(X11DRV_PDEVICE *physDev,
/* At the moment we only support the pixelformat corresponding to the main
* x11drv visual which got created at x11drv initialization. More formats
* c
an
be supported if there was a way to recreate x11 windows in x11drv
* c
ould
be supported if there was a way to recreate x11 windows in x11drv
*/
if
(
iPixelFormat
!=
1
)
{
TRACE
(
"Invalid iPixelFormat: %d
\n
"
,
iPixelFormat
);
...
...
@@ -1212,7 +1212,7 @@ HGLRC X11DRV_wglCreateContext(X11DRV_PDEVICE *physDev)
Wine_GLContext
*
ret
;
GLXFBConfig
*
cfgs_fmt
=
NULL
;
GLXFBConfig
cur_cfg
;
int
hdcPF
=
1
;
/* We can only use
the
Wine's main visual which has an index of 1 */
int
hdcPF
=
1
;
/* We can only use Wine's main visual which has an index of 1 */
int
tmp
=
0
;
int
fmt_index
=
0
;
int
nCfgs_fmt
=
0
;
...
...
@@ -1230,7 +1230,7 @@ HGLRC X11DRV_wglCreateContext(X11DRV_PDEVICE *physDev)
/* First, get the visual in use by the X11DRV */
if
(
!
gdi_display
)
return
0
;
/* We can only render using the iPixelFormat (1) of Wine's Main visual, we need to get the correspondig GLX format.
/* We can only render using the iPixelFormat (1) of Wine's Main visual, we need to get the correspondi
n
g GLX format.
* If this fails something is very wrong on the system. */
if
(
!
ConvertPixelFormatWGLtoGLX
(
gdi_display
,
hdcPF
,
&
fmt_index
,
&
tmp
))
{
ERR
(
"Cannot get FB Config for main iPixelFormat 1, expect problems!
\n
"
);
...
...
@@ -2469,7 +2469,7 @@ static GLboolean WINAPI X11DRV_wglBindTexImageARB(HPBUFFERARB hPbuffer, int iBuf
SetLastError
(
ERROR_INVALID_HANDLE
);
return
GL_FALSE
;
}
/* Disable WGL_ARB_render_texture support until
l
it is implemented properly
/* Disable WGL_ARB_render_texture support until it is implemented properly
* using pbuffers or FBOs */
#if 0
if (!use_render_texture_ati && 1 == use_render_texture_emulation) {
...
...
dlls/winmm/wineoss/dscapture.c
View file @
1ccf9449
...
...
@@ -657,7 +657,7 @@ static HRESULT WINAPI IDsCaptureDriverBufferImpl_Stop(PIDSCDRIVERBUFFER iface)
if
(
!
This
->
is_capturing
)
return
DS_OK
;
/* no more captur
e
ing */
/* no more capturing */
WInDev
[
This
->
drv
->
wDevID
].
ossdev
->
bInputEnabled
=
FALSE
;
enable
=
getEnables
(
WInDev
[
This
->
drv
->
wDevID
].
ossdev
);
if
(
ioctl
(
WInDev
[
This
->
drv
->
wDevID
].
ossdev
->
fd
,
SNDCTL_DSP_SETTRIGGER
,
&
enable
)
<
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