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
78dcb140
Commit
78dcb140
authored
Jan 05, 2009
by
Vincent Povirk
Committed by
Alexandre Julliard
Jan 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
explorer: Quiet a few fixmes.
parent
d747c41c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
appbar.c
programs/explorer/appbar.c
+0
-2
No files found.
programs/explorer/appbar.c
View file @
78dcb140
...
...
@@ -203,7 +203,6 @@ static UINT_PTR handle_appbarmessage(DWORD msg, PAPPBARDATA abd)
abd
->
uEdge
=
ABE_BOTTOM
;
return
TRUE
;
case
ABM_ACTIVATE
:
WINE_FIXME
(
"SHAppBarMessage(ABM_ACTIVATE, hwnd=%p, lparam=%lx): stub
\n
"
,
abd
->
hWnd
,
abd
->
lParam
);
return
TRUE
;
case
ABM_GETAUTOHIDEBAR
:
WINE_FIXME
(
"SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=%p, edge=%x): stub
\n
"
,
abd
->
hWnd
,
abd
->
uEdge
);
...
...
@@ -212,7 +211,6 @@ static UINT_PTR handle_appbarmessage(DWORD msg, PAPPBARDATA abd)
WINE_FIXME
(
"SHAppBarMessage(ABM_SETAUTOHIDEBAR, hwnd=%p, edge=%x, lparam=%lx): stub
\n
"
,
abd
->
hWnd
,
abd
->
uEdge
,
abd
->
lParam
);
return
TRUE
;
case
ABM_WINDOWPOSCHANGED
:
WINE_FIXME
(
"SHAppBarMessage(ABM_WINDOWPOSCHANGED, hwnd=%p): stub
\n
"
,
abd
->
hWnd
);
return
TRUE
;
default:
WINE_FIXME
(
"SHAppBarMessage(%x) unimplemented
\n
"
,
msg
);
...
...
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