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
6b4c02e5
Commit
6b4c02e5
authored
Apr 27, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved remaining messaging definitions to user_private.h and removed
message.h.
parent
07c74d07
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
35 additions
and
84 deletions
+35
-84
combo.c
dlls/user/combo.c
+1
-1
cursoricon.c
dlls/user/cursoricon.c
+0
-1
defwnd.c
dlls/user/defwnd.c
+0
-1
edit.c
dlls/user/edit.c
+0
-1
hook.c
dlls/user/hook.c
+0
-1
hook16.c
dlls/user/hook16.c
+0
-1
input.c
dlls/user/input.c
+0
-1
listbox.c
dlls/user/listbox.c
+1
-1
mdi.c
dlls/user/mdi.c
+0
-1
message.c
dlls/user/message.c
+1
-1
message.h
dlls/user/message.h
+0
-66
msg16.c
dlls/user/msg16.c
+0
-1
scroll.c
dlls/user/scroll.c
+0
-1
spy.c
dlls/user/spy.c
+0
-1
user_main.c
dlls/user/user_main.c
+0
-1
user_private.h
dlls/user/user_private.h
+32
-0
win.c
dlls/user/win.c
+0
-1
winpos.c
dlls/user/winpos.c
+0
-1
winproc.c
dlls/user/winproc.c
+0
-1
user.c
windows/user.c
+0
-1
No files found.
dlls/user/combo.c
View file @
6b4c02e5
...
...
@@ -44,7 +44,7 @@
#include "winuser.h"
#include "wine/winuser16.h"
#include "wine/unicode.h"
#include "
messag
e.h"
#include "
user_privat
e.h"
#include "win.h"
#include "controls.h"
#include "winreg.h"
...
...
dlls/user/cursoricon.c
View file @
6b4c02e5
...
...
@@ -64,7 +64,6 @@
#include "module.h"
#include "wine/debug.h"
#include "user_private.h"
#include "message.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
cursor
);
WINE_DECLARE_DEBUG_CHANNEL
(
icon
);
...
...
dlls/user/defwnd.c
View file @
6b4c02e5
...
...
@@ -34,7 +34,6 @@
#include "user_private.h"
#include "controls.h"
#include "winpos.h"
#include "message.h"
#include "wine/unicode.h"
#include "wine/winuser16.h"
#include "wine/server.h"
...
...
dlls/user/edit.c
View file @
6b4c02e5
...
...
@@ -58,7 +58,6 @@
#include "wine/unicode.h"
#include "controls.h"
#include "local.h"
#include "message.h"
#include "user_private.h"
#include "wine/debug.h"
...
...
dlls/user/hook.c
View file @
6b4c02e5
...
...
@@ -72,7 +72,6 @@
#include "winbase.h"
#include "winuser.h"
#include "winerror.h"
#include "message.h"
#include "win.h"
#include "user_private.h"
#include "wine/server.h"
...
...
dlls/user/hook16.c
View file @
6b4c02e5
...
...
@@ -28,7 +28,6 @@
#include "winuser.h"
#include "wownt32.h"
#include "wine/winuser16.h"
#include "message.h"
#include "win.h"
#include "user_private.h"
#include "winproc.h"
...
...
dlls/user/input.c
View file @
6b4c02e5
...
...
@@ -40,7 +40,6 @@
#include "winuser.h"
#include "winnls.h"
#include "wine/server.h"
#include "message.h"
#include "user_private.h"
#include "winternl.h"
#include "wine/debug.h"
...
...
dlls/user/listbox.c
View file @
6b4c02e5
...
...
@@ -44,7 +44,7 @@
#include "wine/winuser16.h"
#include "wine/winbase16.h"
#include "wine/unicode.h"
#include "
messag
e.h"
#include "
user_privat
e.h"
#include "controls.h"
#include "wine/debug.h"
...
...
dlls/user/mdi.c
View file @
6b4c02e5
...
...
@@ -95,7 +95,6 @@
#include "wine/unicode.h"
#include "win.h"
#include "controls.h"
#include "message.h"
#include "user_private.h"
#include "wine/debug.h"
#include "dlgs.h"
...
...
dlls/user/message.c
View file @
6b4c02e5
...
...
@@ -34,7 +34,6 @@
#include "dde.h"
#include "wine/unicode.h"
#include "wine/server.h"
#include "message.h"
#include "user_private.h"
#include "win.h"
#include "winpos.h"
...
...
@@ -50,6 +49,7 @@ WINE_DECLARE_DEBUG_CHANNEL(key);
#define WM_NCMOUSELAST (WM_NCMOUSEFIRST+(WM_MOUSELAST-WM_MOUSEFIRST))
#define MAX_PACK_COUNT 4
#define MAX_SENDMSG_RECURSION 64
#define SYS_TIMER_RATE 55
/* min. timer rate in ms (actually 54.925)*/
...
...
dlls/user/message.h
deleted
100644 → 0
View file @
07c74d07
/*
* Message definitions
*
* Copyright 1993 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __WINE_MESSAGE_H
#define __WINE_MESSAGE_H
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wine/windef16.h"
#define MAX_SENDMSG_RECURSION 64
/* message.c */
extern
LRESULT
MSG_SendInternalMessageTimeout
(
DWORD
dest_pid
,
DWORD
dest_tid
,
UINT
msg
,
WPARAM
wparam
,
LPARAM
lparam
,
UINT
flags
,
UINT
timeout
,
PDWORD_PTR
res_ptr
);
/* spy.c */
#define SPY_DISPATCHMESSAGE16 0x0100
#define SPY_DISPATCHMESSAGE 0x0101
#define SPY_SENDMESSAGE16 0x0102
#define SPY_SENDMESSAGE 0x0103
#define SPY_DEFWNDPROC16 0x0104
#define SPY_DEFWNDPROC 0x0105
#define SPY_RESULT_OK16 0x0000
#define SPY_RESULT_OK 0x0001
#define SPY_RESULT_INVALIDHWND16 0x0002
#define SPY_RESULT_INVALIDHWND 0x0003
#define SPY_RESULT_DEFWND16 0x0004
#define SPY_RESULT_DEFWND 0x0005
extern
const
char
*
SPY_GetMsgName
(
UINT
msg
,
HWND
hWnd
);
extern
const
char
*
SPY_GetVKeyName
(
WPARAM
wParam
);
extern
void
SPY_EnterMessage
(
INT
iFlag
,
HWND
hwnd
,
UINT
msg
,
WPARAM
wParam
,
LPARAM
lParam
);
extern
void
SPY_ExitMessage
(
INT
iFlag
,
HWND
hwnd
,
UINT
msg
,
LRESULT
lReturn
,
WPARAM
wParam
,
LPARAM
lParam
);
extern
int
SPY_Init
(
void
);
/* check if hwnd is a broadcast magic handle */
inline
static
BOOL
is_broadcast
(
HWND
hwnd
)
{
return
(
hwnd
==
HWND_BROADCAST
||
hwnd
==
HWND_TOPMOST
);
}
#endif
/* __WINE_MESSAGE_H */
dlls/user/msg16.c
View file @
6b4c02e5
...
...
@@ -21,7 +21,6 @@
#include "wine/winuser16.h"
#include "wownt32.h"
#include "winerror.h"
#include "message.h"
#include "win.h"
#include "user_private.h"
#include "winproc.h"
...
...
dlls/user/scroll.c
View file @
6b4c02e5
...
...
@@ -38,7 +38,6 @@
#include "win.h"
#include "wine/debug.h"
#include "user_private.h"
#include "message.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
scroll
);
...
...
dlls/user/spy.c
View file @
6b4c02e5
...
...
@@ -32,7 +32,6 @@
#include "win.h"
#include "user_private.h"
#include "wine/debug.h"
#include "message.h"
#include "winnls.h"
#include "commctrl.h"
#include "commdlg.h"
...
...
dlls/user/user_main.c
View file @
6b4c02e5
...
...
@@ -29,7 +29,6 @@
#include "wine/winuser16.h"
#include "controls.h"
#include "message.h"
#include "user_private.h"
#include "win.h"
#include "wine/debug.h"
...
...
dlls/user/user_private.h
View file @
6b4c02e5
...
...
@@ -146,6 +146,12 @@ static inline struct user_thread_info *get_user_thread_info(void)
return
(
struct
user_thread_info
*
)
NtCurrentTeb
()
->
Win32ClientInfo
;
}
/* check if hwnd is a broadcast magic handle */
static
inline
BOOL
is_broadcast
(
HWND
hwnd
)
{
return
(
hwnd
==
HWND_BROADCAST
||
hwnd
==
HWND_TOPMOST
);
}
extern
HMODULE
user32_module
;
extern
DWORD
USER16_AlertableWait
;
extern
HBRUSH
SYSCOLOR_55AABrush
;
...
...
@@ -153,12 +159,38 @@ extern HBRUSH SYSCOLOR_55AABrush;
extern
BOOL
CLIPBOARD_ReleaseOwner
(
void
);
extern
BOOL
FOCUS_MouseActivate
(
HWND
hwnd
);
extern
BOOL
HOOK_IsHooked
(
INT
id
);
extern
LRESULT
MSG_SendInternalMessageTimeout
(
DWORD
dest_pid
,
DWORD
dest_tid
,
UINT
msg
,
WPARAM
wparam
,
LPARAM
lparam
,
UINT
flags
,
UINT
timeout
,
PDWORD_PTR
res_ptr
);
extern
void
SYSCOLOR_Init
(
void
);
extern
HPEN
SYSCOLOR_GetPen
(
INT
index
);
extern
void
SYSPARAMS_Init
(
void
);
extern
void
USER_CheckNotLock
(
void
);
extern
BOOL
USER_IsExitingThread
(
DWORD
tid
);
/* message spy definitions */
#define SPY_DISPATCHMESSAGE16 0x0100
#define SPY_DISPATCHMESSAGE 0x0101
#define SPY_SENDMESSAGE16 0x0102
#define SPY_SENDMESSAGE 0x0103
#define SPY_DEFWNDPROC16 0x0104
#define SPY_DEFWNDPROC 0x0105
#define SPY_RESULT_OK16 0x0000
#define SPY_RESULT_OK 0x0001
#define SPY_RESULT_INVALIDHWND16 0x0002
#define SPY_RESULT_INVALIDHWND 0x0003
#define SPY_RESULT_DEFWND16 0x0004
#define SPY_RESULT_DEFWND 0x0005
extern
const
char
*
SPY_GetMsgName
(
UINT
msg
,
HWND
hWnd
);
extern
const
char
*
SPY_GetVKeyName
(
WPARAM
wParam
);
extern
void
SPY_EnterMessage
(
INT
iFlag
,
HWND
hwnd
,
UINT
msg
,
WPARAM
wParam
,
LPARAM
lParam
);
extern
void
SPY_ExitMessage
(
INT
iFlag
,
HWND
hwnd
,
UINT
msg
,
LRESULT
lReturn
,
WPARAM
wParam
,
LPARAM
lParam
);
extern
int
SPY_Init
(
void
);
/* HANDLE16 <-> HANDLE conversions */
#define HCURSOR_16(h32) (LOWORD(h32))
#define HICON_16(h32) (LOWORD(h32))
...
...
dlls/user/win.c
View file @
6b4c02e5
...
...
@@ -36,7 +36,6 @@
#include "user_private.h"
#include "controls.h"
#include "cursoricon.h"
#include "message.h"
#include "winpos.h"
#include "winerror.h"
#include "wine/debug.h"
...
...
dlls/user/winpos.c
View file @
6b4c02e5
...
...
@@ -35,7 +35,6 @@
#include "controls.h"
#include "user_private.h"
#include "win.h"
#include "message.h"
#include "winpos.h"
#include "wine/debug.h"
...
...
dlls/user/winproc.c
View file @
6b4c02e5
...
...
@@ -35,7 +35,6 @@
#include "controls.h"
#include "win.h"
#include "winproc.h"
#include "message.h"
#include "user_private.h"
#include "thread.h"
#include "dde.h"
...
...
windows/user.c
View file @
6b4c02e5
...
...
@@ -35,7 +35,6 @@
#include "win.h"
#include "controls.h"
#include "cursoricon.h"
#include "message.h"
#include "local.h"
#include "wine/debug.h"
...
...
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