winex11: Add window data locking to the mouse functions.
[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         brush.c \
10         clipboard.c \
11         desktop.c \
12         event.c \
13         graphics.c \
14         ime.c \
15         init.c \
16         keyboard.c \
17         mouse.c \
18         opengl.c \
19         palette.c \
20         pen.c \
21         scroll.c \
22         settings.c \
23         systray.c \
24         window.c \
25         wintab.c \
26         x11drv_main.c \
27         xdnd.c \
28         xim.c \
29         xinerama.c \
30         xrandr.c \
31         xrender.c \
32         xvidmode.c
33
34 RC_SRCS = version.rc
35
36 @MAKE_DLL_RULES@