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
f4185f63
Commit
f4185f63
authored
Feb 20, 2000
by
Andreas Mohr
Committed by
Alexandre Julliard
Feb 20, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes.
parent
f8e4fb08
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
tab.c
dlls/comctl32/tab.c
+1
-1
winproc.c
windows/winproc.c
+2
-2
wnd.c
windows/x11drv/wnd.c
+2
-2
No files found.
dlls/comctl32/tab.c
View file @
f4185f63
...
...
@@ -1765,7 +1765,7 @@ TAB_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
return
TAB_InsertItem
(
hwnd
,
wParam
,
lParam
);
case
TCM_INSERTITEMW
:
FIXME
(
"Unimplemented msg TCM_INSERTITEM
32
W
\n
"
);
FIXME
(
"Unimplemented msg TCM_INSERTITEMW
\n
"
);
return
0
;
case
TCM_SETITEMEXTRA
:
...
...
windows/winproc.c
View file @
f4185f63
...
...
@@ -29,7 +29,7 @@ DECLARE_DEBUG_CHANNEL(relay)
DECLARE_DEBUG_CHANNEL
(
win
)
/* Window procedure 16-to-32-bit thunk,
* see BuildSpec16File
s
() in tools/build.c */
* see BuildSpec16File() in tools/build.c */
#include "pshpack1.h"
typedef
struct
...
...
@@ -49,7 +49,7 @@ typedef struct
#include "poppack.h"
/* Window procedure 32-to-16-bit thunk,
* see BuildSpec32File
s
() in tools/build.c */
* see BuildSpec32File() in tools/build.c */
typedef
struct
{
...
...
windows/x11drv/wnd.c
View file @
f4185f63
...
...
@@ -468,7 +468,7 @@ void X11DRV_WND_ForceWindowRaise(WND *wndPtr)
* X11DRV_WND_FindDesktopXWindow [Internal]
*
* Find the actual X window which needs be restacked.
* Used by X11DRV_SetWindowPos().
* Used by X11DRV_
WND_
SetWindowPos().
*/
static
Window
X11DRV_WND_FindDesktopXWindow
(
WND
*
wndPtr
)
{
...
...
@@ -503,7 +503,7 @@ void X11DRV_WND_SetWindowPos(WND *wndPtr, const WINDOWPOS *winpos, BOOL bChangeP
WND
*
winposPtr
=
WIN_FindWndPtr
(
winpos
->
hwnd
);
if
(
!
winposPtr
)
return
;
if
(
!
wndPtr
->
hwndSelf
)
wndPtr
=
NULL
;
/* FIXME: WND destroyed, shouldn't happen
d
!!! */
if
(
!
wndPtr
->
hwndSelf
)
wndPtr
=
NULL
;
/* FIXME: WND destroyed, shouldn't happen!!! */
if
(
!
(
winpos
->
flags
&
SWP_SHOWWINDOW
)
&&
(
winpos
->
flags
&
SWP_HIDEWINDOW
))
{
...
...
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