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
080635bd
Commit
080635bd
authored
May 25, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Exclude unused headers.
parent
8ee390f6
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
9 deletions
+0
-9
bitblt.c
dlls/winex11.drv/bitblt.c
+0
-1
clipboard.c
dlls/winex11.drv/clipboard.c
+0
-1
event.c
dlls/winex11.drv/event.c
+0
-1
palette.c
dlls/winex11.drv/palette.c
+0
-1
text.c
dlls/winex11.drv/text.c
+0
-1
window.c
dlls/winex11.drv/window.c
+0
-1
winpos.c
dlls/winex11.drv/winpos.c
+0
-1
xdnd.c
dlls/winex11.drv/xdnd.c
+0
-1
xrender.c
dlls/winex11.drv/xrender.c
+0
-1
No files found.
dlls/winex11.drv/bitblt.c
View file @
080635bd
...
...
@@ -29,7 +29,6 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winreg.h"
#include "winuser.h"
#include "x11drv.h"
#include "wine/debug.h"
...
...
dlls/winex11.drv/clipboard.c
View file @
080635bd
...
...
@@ -77,7 +77,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "wine/wingdi16.h"
#include "x11drv.h"
#include "wine/debug.h"
...
...
dlls/winex11.drv/event.c
View file @
080635bd
...
...
@@ -40,7 +40,6 @@
#include "shlobj.h"
/* DROPFILES */
#include "win.h"
#include "winreg.h"
#include "x11drv.h"
#include "shellapi.h"
#include "wine/debug.h"
...
...
dlls/winex11.drv/palette.c
View file @
080635bd
...
...
@@ -26,7 +26,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "x11drv.h"
#include "wine/debug.h"
...
...
dlls/winex11.drv/text.c
View file @
080635bd
...
...
@@ -26,7 +26,6 @@
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "x11font.h"
#include "wine/debug.h"
...
...
dlls/winex11.drv/window.c
View file @
080635bd
...
...
@@ -36,7 +36,6 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winreg.h"
#include "winuser.h"
#include "wine/unicode.h"
...
...
dlls/winex11.drv/winpos.c
View file @
080635bd
...
...
@@ -33,7 +33,6 @@
#include "wingdi.h"
#include "winuser.h"
#include "winerror.h"
#include "wownt32.h"
#include "wine/wingdi16.h"
#include "x11drv.h"
...
...
dlls/winex11.drv/xdnd.c
View file @
080635bd
...
...
@@ -31,7 +31,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winerror.h"
#include "x11drv.h"
#include "shlobj.h"
/* DROPFILES */
...
...
dlls/winex11.drv/xrender.c
View file @
080635bd
...
...
@@ -30,7 +30,6 @@
#include "windef.h"
#include "winbase.h"
#include "wownt32.h"
#include "x11drv.h"
#include "winternl.h"
#include "wine/library.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