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
3004cbda
Commit
3004cbda
authored
Sep 29, 2006
by
Jason Green
Committed by
Alexandre Julliard
Oct 02, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Stub implementation of BlockInput.
parent
2c82c707
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
input.c
dlls/user/input.c
+10
-0
user32.spec
dlls/user/user32.spec
+1
-1
No files found.
dlls/user/input.c
View file @
3004cbda
...
...
@@ -669,6 +669,16 @@ HKL WINAPI ActivateKeyboardLayout(HKL hLayout, UINT flags)
return
USER_Driver
->
pActivateKeyboardLayout
(
hLayout
,
flags
);
}
/**********************************************************************
* BlockInput (USER32.@)
*/
BOOL
WINAPI
BlockInput
(
BOOL
fBlockIt
)
{
FIXME_
(
keyboard
)(
"(%d): stub
\n
"
,
fBlockIt
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
/***********************************************************************
* GetKeyboardLayoutList (USER32.@)
...
...
dlls/user/user32.spec
View file @
3004cbda
...
...
@@ -12,7 +12,7 @@
@ stdcall AttachThreadInput(long long long)
@ stdcall BeginDeferWindowPos(long)
@ stdcall BeginPaint(long ptr)
# @ stub BlockInput
@ stdcall BlockInput(long)
@ stdcall BringWindowToTop(long)
@ stdcall BroadcastSystemMessage(long ptr long long long) BroadcastSystemMessageA
@ stdcall BroadcastSystemMessageA(long ptr long long long)
...
...
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