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
bdb4fab7
Commit
bdb4fab7
authored
Jun 16, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11drv: Renamed the x11drv directory to winex11.drv.
parent
35b7a813
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
49 changed files
with
4 additions
and
16 deletions
+4
-16
configure
configure
+0
-0
configure.ac
configure.ac
+1
-1
Makefile.in
dlls/Makefile.in
+2
-10
make_dlls
dlls/make_dlls
+1
-5
.gitignore
dlls/winex11.drv/.gitignore
+0
-0
Makefile.in
dlls/winex11.drv/Makefile.in
+0
-0
bitblt.c
dlls/winex11.drv/bitblt.c
+0
-0
bitmap.c
dlls/winex11.drv/bitmap.c
+0
-0
brush.c
dlls/winex11.drv/brush.c
+0
-0
clipboard.c
dlls/winex11.drv/clipboard.c
+0
-0
clipping.c
dlls/winex11.drv/clipping.c
+0
-0
codepage.c
dlls/winex11.drv/codepage.c
+0
-0
dce.c
dlls/winex11.drv/dce.c
+0
-0
desktop.c
dlls/winex11.drv/desktop.c
+0
-0
dga2.c
dlls/winex11.drv/dga2.c
+0
-0
dga2.h
dlls/winex11.drv/dga2.h
+0
-0
dib.c
dlls/winex11.drv/dib.c
+0
-0
dib_convert.c
dlls/winex11.drv/dib_convert.c
+0
-0
dib_dst_swap.c
dlls/winex11.drv/dib_dst_swap.c
+0
-0
dib_src_swap.c
dlls/winex11.drv/dib_src_swap.c
+0
-0
event.c
dlls/winex11.drv/event.c
+0
-0
graphics.c
dlls/winex11.drv/graphics.c
+0
-0
init.c
dlls/winex11.drv/init.c
+0
-0
keyboard.c
dlls/winex11.drv/keyboard.c
+0
-0
mouse.c
dlls/winex11.drv/mouse.c
+0
-0
mwm.h
dlls/winex11.drv/mwm.h
+0
-0
opengl.c
dlls/winex11.drv/opengl.c
+0
-0
palette.c
dlls/winex11.drv/palette.c
+0
-0
pen.c
dlls/winex11.drv/pen.c
+0
-0
scroll.c
dlls/winex11.drv/scroll.c
+0
-0
settings.c
dlls/winex11.drv/settings.c
+0
-0
text.c
dlls/winex11.drv/text.c
+0
-0
window.c
dlls/winex11.drv/window.c
+0
-0
winex11.drv.spec
dlls/winex11.drv/winex11.drv.spec
+0
-0
winpos.c
dlls/winex11.drv/winpos.c
+0
-0
wintab.c
dlls/winex11.drv/wintab.c
+0
-0
x11ddraw.c
dlls/winex11.drv/x11ddraw.c
+0
-0
x11ddraw.h
dlls/winex11.drv/x11ddraw.h
+0
-0
x11drv.h
dlls/winex11.drv/x11drv.h
+0
-0
x11drv_main.c
dlls/winex11.drv/x11drv_main.c
+0
-0
x11font.h
dlls/winex11.drv/x11font.h
+0
-0
xdnd.c
dlls/winex11.drv/xdnd.c
+0
-0
xfont.c
dlls/winex11.drv/xfont.c
+0
-0
xim.c
dlls/winex11.drv/xim.c
+0
-0
xrandr.c
dlls/winex11.drv/xrandr.c
+0
-0
xrandr.h
dlls/winex11.drv/xrandr.h
+0
-0
xrender.c
dlls/winex11.drv/xrender.c
+0
-0
xvidmode.c
dlls/winex11.drv/xvidmode.c
+0
-0
xvidmode.h
dlls/winex11.drv/xvidmode.h
+0
-0
No files found.
configure
View file @
bdb4fab7
This diff is collapsed.
Click to expand it.
configure.ac
View file @
bdb4fab7
...
...
@@ -1740,6 +1740,7 @@ dlls/wined3d/Makefile
dlls/winedos/Makefile
dlls/winemp3.acm/Makefile
dlls/wineps.drv/Makefile
dlls/winex11.drv/Makefile
dlls/wininet/Makefile
dlls/wininet/tests/Makefile
dlls/winmm/Makefile
...
...
@@ -1765,7 +1766,6 @@ dlls/ws2_32/Makefile
dlls/ws2_32/tests/Makefile
dlls/wsock32/Makefile
dlls/wtsapi32/Makefile
dlls/x11drv/Makefile
documentation/Makefile
fonts/Makefile
include/Makefile
...
...
dlls/Makefile.in
View file @
bdb4fab7
...
...
@@ -10,7 +10,7 @@ VPATH = @srcdir@
GLU32FILES
=
glu32
GLUT32FILES
=
glut32
OPENGLFILES
=
opengl32 wined3d
XFILES
=
x11
drv
XFILES
=
winex11.
drv
EXTRADIRS
=
@GLU32FILES@ @GLUT32FILES@ @OPENGLFILES@ @XFILES@
# Subdir list
...
...
@@ -207,7 +207,7 @@ SUBDIRS = \
glut32
\
opengl32
\
wined3d
\
x11
drv
winex11.
drv
BUILDSUBDIRS
=
$(BASEDIRS)
$(EXTRADIRS)
...
...
@@ -269,7 +269,6 @@ WIN16_FILES = \
wprocs.dll16
SYMLINKS_SO
=
\
$
(
XFILES:%
=
%.dll.so
)
\
@WIN16_FILES@
\
gdi32.dll.so
\
joystick.drv.so
\
...
...
@@ -294,9 +293,6 @@ symlinks.so: $(SYMLINKS_SO)
symlinks
:
$(BUILDSUBDIRS)
x11drv.dll.so
:
winex11.drv.so
$(RM)
$@
&&
$(LN_S)
winex11.drv.so
$@
# Map symlink name to the corresponding library
gdi32.dll.so
:
gdi/gdi32.dll.so
...
...
@@ -335,9 +331,6 @@ winenas.drv.so: winmm/winenas/winenas.drv.so
wineoss.drv.so
:
winmm/wineoss/wineoss.drv.so
$(RM)
$@
&&
$(LN_S)
winmm/wineoss/wineoss.drv.so
$@
winex11.drv.so
:
x11drv/winex11.drv.so
$(RM)
$@
&&
$(LN_S)
x11drv/winex11.drv.so
$@
# Placeholders for 16-bit libraries
avifile.dll16
:
...
...
@@ -927,7 +920,6 @@ winmm/wineesd/wineesd.drv.so: winmm/wineesd
winmm/winejack/winejack.drv.so
:
winmm/winejack
winmm/winenas/winenas.drv.so
:
winmm/winenas
winmm/wineoss/wineoss.drv.so
:
winmm/wineoss
x11drv/winex11.drv.so
:
x11drv
dxerr8/libdxerr8.a
:
dxerr8
dxerr9/libdxerr9.a
:
dxerr9
dxguid/libdxguid.a
:
dxguid
...
...
dlls/make_dlls
View file @
bdb4fab7
...
...
@@ -37,7 +37,7 @@ my %special_dlls =
"glut32"
=>
"GLUT32FILES"
,
"opengl32"
=>
"OPENGLFILES"
,
"wined3d"
=>
"OPENGLFILES"
,
"
x11drv"
=>
"XFILES"
"
winex11.drv"
=>
"XFILES"
);
sub
needs_symlink
($)
...
...
@@ -190,7 +190,6 @@ printf NEWMAKE "\t%s\n", join( " \\\n\t", sort keys %targets16 );
print
NEWMAKE
<<EOF;
SYMLINKS_SO = \\
\$(XFILES:%=%.dll.so) \\
\@WIN16_FILES\@ \\
EOF
printf
NEWMAKE
"\t%s\n"
,
join
(
" \\\n\t"
,
sort
keys
%
targets
);
...
...
@@ -207,9 +206,6 @@ symlinks.so: \$(SYMLINKS_SO)
symlinks: \$(BUILDSUBDIRS)
x11drv.dll.so: winex11.drv.so
\$(RM) \$@ && \$(LN_S) winex11.drv.so \$@
EOF
################################################################
...
...
dlls/
x11
drv/.gitignore
→
dlls/
winex11.
drv/.gitignore
View file @
bdb4fab7
File moved
dlls/
x11
drv/Makefile.in
→
dlls/
winex11.
drv/Makefile.in
View file @
bdb4fab7
File moved
dlls/
x11
drv/bitblt.c
→
dlls/
winex11.
drv/bitblt.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/bitmap.c
→
dlls/
winex11.
drv/bitmap.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/brush.c
→
dlls/
winex11.
drv/brush.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/clipboard.c
→
dlls/
winex11.
drv/clipboard.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/clipping.c
→
dlls/
winex11.
drv/clipping.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/codepage.c
→
dlls/
winex11.
drv/codepage.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/dce.c
→
dlls/
winex11.
drv/dce.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/desktop.c
→
dlls/
winex11.
drv/desktop.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/dga2.c
→
dlls/
winex11.
drv/dga2.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/dga2.h
→
dlls/
winex11.
drv/dga2.h
View file @
bdb4fab7
File moved
dlls/
x11
drv/dib.c
→
dlls/
winex11.
drv/dib.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/dib_convert.c
→
dlls/
winex11.
drv/dib_convert.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/dib_dst_swap.c
→
dlls/
winex11.
drv/dib_dst_swap.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/dib_src_swap.c
→
dlls/
winex11.
drv/dib_src_swap.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/event.c
→
dlls/
winex11.
drv/event.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/graphics.c
→
dlls/
winex11.
drv/graphics.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/init.c
→
dlls/
winex11.
drv/init.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/keyboard.c
→
dlls/
winex11.
drv/keyboard.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/mouse.c
→
dlls/
winex11.
drv/mouse.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/mwm.h
→
dlls/
winex11.
drv/mwm.h
View file @
bdb4fab7
File moved
dlls/
x11
drv/opengl.c
→
dlls/
winex11.
drv/opengl.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/palette.c
→
dlls/
winex11.
drv/palette.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/pen.c
→
dlls/
winex11.
drv/pen.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/scroll.c
→
dlls/
winex11.
drv/scroll.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/settings.c
→
dlls/
winex11.
drv/settings.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/text.c
→
dlls/
winex11.
drv/text.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/window.c
→
dlls/
winex11.
drv/window.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/winex11.drv.spec
→
dlls/
winex11.
drv/winex11.drv.spec
View file @
bdb4fab7
File moved
dlls/
x11
drv/winpos.c
→
dlls/
winex11.
drv/winpos.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/wintab.c
→
dlls/
winex11.
drv/wintab.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/x11ddraw.c
→
dlls/
winex11.
drv/x11ddraw.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/x11ddraw.h
→
dlls/
winex11.
drv/x11ddraw.h
View file @
bdb4fab7
File moved
dlls/
x11
drv/x11drv.h
→
dlls/
winex11.
drv/x11drv.h
View file @
bdb4fab7
File moved
dlls/
x11
drv/x11drv_main.c
→
dlls/
winex11.
drv/x11drv_main.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/x11font.h
→
dlls/
winex11.
drv/x11font.h
View file @
bdb4fab7
File moved
dlls/
x11
drv/xdnd.c
→
dlls/
winex11.
drv/xdnd.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/xfont.c
→
dlls/
winex11.
drv/xfont.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/xim.c
→
dlls/
winex11.
drv/xim.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/xrandr.c
→
dlls/
winex11.
drv/xrandr.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/xrandr.h
→
dlls/
winex11.
drv/xrandr.h
View file @
bdb4fab7
File moved
dlls/
x11
drv/xrender.c
→
dlls/
winex11.
drv/xrender.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/xvidmode.c
→
dlls/
winex11.
drv/xvidmode.c
View file @
bdb4fab7
File moved
dlls/
x11
drv/xvidmode.h
→
dlls/
winex11.
drv/xvidmode.h
View file @
bdb4fab7
File moved
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