winex11: Use the HDC from the gdi_physdev structure.
[wine] / dlls / winex11.drv / Makefile.in
1 MODULE    = winex11.drv
2 IMPORTS   = uuid user32 gdi32 advapi32 imm32
3 DELAYIMPORTS = comctl32 ole32 shell32
4 EXTRAINCL = @X_CFLAGS@
5 EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
6
7 C_SRCS = \
8         bitblt.c \
9         bitmap.c \
10         brush.c \
11         clipboard.c \
12         codepage.c \
13         desktop.c \
14         dib.c \
15         dib_convert.c \
16         dib_dst_swap.c \
17         dib_src_swap.c \
18         event.c \
19         graphics.c \
20         ime.c \
21         init.c \
22         keyboard.c \
23         mouse.c \
24         opengl.c \
25         palette.c \
26         pen.c \
27         scroll.c \
28         settings.c \
29         systray.c \
30         text.c \
31         window.c \
32         wintab.c \
33         x11drv_main.c \
34         xdnd.c \
35         xfont.c \
36         xim.c \
37         xinerama.c \
38         xrandr.c \
39         xrender.c \
40         xvidmode.c
41
42 RC_SRCS = version.rc
43
44 @MAKE_DLL_RULES@