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
7af2a9a9
Commit
7af2a9a9
authored
Feb 29, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Avoid depending on win.h.
parent
5785ee08
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
desktop.c
dlls/winex11.drv/desktop.c
+0
-1
keyboard.c
dlls/winex11.drv/keyboard.c
+0
-1
mouse.c
dlls/winex11.drv/mouse.c
+0
-1
window.c
dlls/winex11.drv/window.c
+0
-3
winpos.c
dlls/winex11.drv/winpos.c
+0
-1
x11drv.h
dlls/winex11.drv/x11drv.h
+7
-0
No files found.
dlls/winex11.drv/desktop.c
View file @
7af2a9a9
...
...
@@ -22,7 +22,6 @@
#include <X11/cursorfont.h>
#include <X11/Xlib.h>
#include "win.h"
#include "x11drv.h"
/* avoid conflict with field names in included win32 headers */
...
...
dlls/winex11.drv/keyboard.c
View file @
7af2a9a9
...
...
@@ -45,7 +45,6 @@
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "win.h"
#include "x11drv.h"
#include "wine/server.h"
#include "wine/unicode.h"
...
...
dlls/winex11.drv/mouse.c
View file @
7af2a9a9
...
...
@@ -41,7 +41,6 @@ MAKE_FUNCPTR(XcursorImageLoadCursor);
#include "winbase.h"
#include "wine/winuser16.h"
#include "win.h"
#include "x11drv.h"
#include "wine/server.h"
#include "wine/library.h"
...
...
dlls/winex11.drv/window.c
View file @
7af2a9a9
...
...
@@ -46,7 +46,6 @@
#include "xcomposite.h"
#include "wine/debug.h"
#include "wine/server.h"
#include "win.h"
#include "mwm.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
x11drv
);
...
...
@@ -70,8 +69,6 @@ static const char managed_prop[] = "__wine_x11_managed";
extern
int
usexcomposite
;
extern
void
WIN_invalidate_dce
(
HWND
hwnd
,
const
RECT
*
rect
);
/* FIXME: to be removed */
/***********************************************************************
* is_window_managed
*
...
...
dlls/winex11.drv/winpos.c
View file @
7af2a9a9
...
...
@@ -33,7 +33,6 @@
#include "wine/wingdi16.h"
#include "x11drv.h"
#include "win.h"
#include "wine/server.h"
#include "wine/debug.h"
...
...
dlls/winex11.drv/x11drv.h
View file @
7af2a9a9
...
...
@@ -746,4 +746,11 @@ LPDDHALMODEINFO X11DRV_Settings_SetHandlers(const char *name,
extern
void
X11DRV_DDHAL_SwitchMode
(
DWORD
dwModeIndex
,
LPVOID
fb_addr
,
LPVIDMEM
fb_mem
);
/* FIXME: private functions imported from user32 */
extern
LRESULT
HOOK_CallHooks
(
INT
id
,
INT
code
,
WPARAM
wparam
,
LPARAM
lparam
,
BOOL
unicode
);
extern
BOOL
WINPOS_ShowIconTitle
(
HWND
hwnd
,
BOOL
bShow
);
extern
void
WINPOS_GetMinMaxInfo
(
HWND
hwnd
,
POINT
*
maxSize
,
POINT
*
maxPos
,
POINT
*
minTrack
,
POINT
*
maxTrack
);
extern
void
WIN_invalidate_dce
(
HWND
hwnd
,
const
RECT
*
rect
);
#endif
/* __WINE_X11DRV_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