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
294c8af6
Commit
294c8af6
authored
Jan 20, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some unnecessary inclusions of gdi.h.
parent
f20ce3b8
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
17 additions
and
15 deletions
+17
-15
wgl.c
dlls/opengl32/wgl.c
+2
-1
wgl.h
dlls/opengl32/wgl.h
+1
-1
bitmap.c
dlls/ttydrv/bitmap.c
+0
-1
graphics.c
dlls/ttydrv/graphics.c
+0
-1
objects.c
dlls/ttydrv/objects.c
+0
-1
user.c
dlls/ttydrv/user.c
+0
-1
wnd.c
dlls/ttydrv/wnd.c
+1
-1
download.c
dlls/wineps/download.c
+0
-1
pen.c
dlls/wineps/pen.c
+5
-1
clipboard.c
dlls/x11drv/clipboard.c
+1
-0
clipping.c
dlls/x11drv/clipping.c
+0
-1
init.c
dlls/x11drv/init.c
+1
-0
opengl.c
dlls/x11drv/opengl.c
+1
-1
winpos.c
dlls/x11drv/winpos.c
+1
-0
wintab.c
dlls/x11drv/wintab.c
+1
-0
x11drv.h
dlls/x11drv/x11drv.h
+1
-2
x11drv_main.c
dlls/x11drv/x11drv_main.c
+0
-1
x11font.h
dlls/x11drv/x11font.h
+1
-1
xvidmode.c
dlls/x11drv/xvidmode.c
+1
-0
No files found.
dlls/opengl32/wgl.c
View file @
294c8af6
...
...
@@ -18,6 +18,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdlib.h>
...
...
@@ -30,8 +31,8 @@
#include "wgl.h"
#include "opengl_ext.h"
#include "wine/library.h"
#include "wine/debug.h"
#include "wine/port.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
opengl
);
...
...
dlls/opengl32/wgl.h
View file @
294c8af6
...
...
@@ -20,7 +20,7 @@
#ifndef __DLLS_OPENGL32_WGL_H
#define __DLLS_OPENGL32_WGL_H
#include "gdi.h"
#include "
win
gdi.h"
typedef
void
*
HGLRC
;
...
...
dlls/ttydrv/bitmap.c
View file @
294c8af6
...
...
@@ -22,7 +22,6 @@
#include <string.h>
#include "gdi.h"
#include "ttydrv.h"
#include "winbase.h"
#include "wine/debug.h"
...
...
dlls/ttydrv/graphics.c
View file @
294c8af6
...
...
@@ -25,7 +25,6 @@
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "gdi.h"
#include "wine/debug.h"
#include "ttydrv.h"
...
...
dlls/ttydrv/objects.c
View file @
294c8af6
...
...
@@ -20,7 +20,6 @@
#include "config.h"
#include "gdi.h"
#include "ttydrv.h"
#include "wine/debug.h"
...
...
dlls/ttydrv/user.c
View file @
294c8af6
...
...
@@ -25,7 +25,6 @@
#include "windef.h"
#include "winbase.h"
#include "dinput.h"
#include "gdi.h"
#include "ttydrv.h"
#include "wine/debug.h"
...
...
dlls/ttydrv/wnd.c
View file @
294c8af6
...
...
@@ -20,11 +20,11 @@
#include "config.h"
#include "gdi.h"
#include "ttydrv.h"
#include "win.h"
#include "winpos.h"
#include "wownt32.h"
#include "wine/wingdi16.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
ttydrv
);
...
...
dlls/wineps/download.c
View file @
294c8af6
...
...
@@ -29,7 +29,6 @@
#include "wingdi.h"
#include "winspool.h"
#include "gdi.h"
#include "psdrv.h"
#include "wine/debug.h"
...
...
dlls/wineps/pen.c
View file @
294c8af6
...
...
@@ -18,7 +18,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "gdi.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "psdrv.h"
#include "wine/debug.h"
...
...
dlls/x11drv/clipboard.c
View file @
294c8af6
...
...
@@ -77,6 +77,7 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "wine/wingdi16.h"
#include "win.h"
#include "x11drv.h"
#include "wine/debug.h"
...
...
dlls/x11drv/clipping.c
View file @
294c8af6
...
...
@@ -22,7 +22,6 @@
#include <stdio.h>
#include "gdi.h"
#include "x11drv.h"
#include "wine/debug.h"
...
...
dlls/x11drv/init.c
View file @
294c8af6
...
...
@@ -27,6 +27,7 @@
#include "winbase.h"
#include "x11drv.h"
#include "x11font.h"
#include "gdi.h"
#include "ddrawi.h"
#include "wine/debug.h"
...
...
dlls/x11drv/opengl.c
View file @
294c8af6
...
...
@@ -24,8 +24,8 @@
#include <stdlib.h>
#include <string.h>
#include "gdi.h"
#include "x11drv.h"
#include "wine/library.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
opengl
);
...
...
dlls/x11drv/winpos.c
View file @
294c8af6
...
...
@@ -34,6 +34,7 @@
#include "winuser.h"
#include "winerror.h"
#include "wownt32.h"
#include "wine/wingdi16.h"
#include "x11drv.h"
#include "win.h"
...
...
dlls/x11drv/wintab.c
View file @
294c8af6
...
...
@@ -25,6 +25,7 @@
#include "windef.h"
#include "x11drv.h"
#include "wine/library.h"
#include "wine/debug.h"
#include "wintab.h"
...
...
dlls/x11drv/x11drv.h
View file @
294c8af6
...
...
@@ -40,7 +40,6 @@ typedef int Status;
#include "windef.h"
#include "winbase.h"
#include "gdi.h"
#include "user.h"
#include "win.h"
#include "ddrawi.h"
...
...
@@ -87,7 +86,7 @@ typedef struct tagXRENDERINFO *XRENDERINFO;
typedef
struct
{
HDC
hdc
;
DC
*
dc
;
/* direct pointer to DC, should go away */
struct
tagDC
*
dc
;
/* direct pointer to DC, should go away */
GC
gc
;
/* X Window GC */
Drawable
drawable
;
POINT
org
;
/* DC origin relative to drawable */
...
...
dlls/x11drv/x11drv_main.c
View file @
294c8af6
...
...
@@ -55,7 +55,6 @@
#include "wine/winbase16.h"
#include "winreg.h"
#include "gdi.h"
#include "user.h"
#include "win.h"
#include "x11drv.h"
...
...
dlls/x11drv/x11font.h
View file @
294c8af6
...
...
@@ -21,7 +21,7 @@
#ifndef __WINE_X11FONT_H
#define __WINE_X11FONT_H
#include "
gdi
.h"
#include "
wine/wingdi16
.h"
#include "x11drv.h"
#include "pshpack1.h"
...
...
dlls/x11drv/xvidmode.c
View file @
294c8af6
...
...
@@ -21,6 +21,7 @@
#include "config.h"
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <X11/Xlib.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