mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-13 08:29:43 +00:00
Use Windows clipboard code with SDL graphics only. X11 output will use
the X server glue anyway
This commit is contained in:
parent
c427f0f536
commit
01a1d4e8b2
@ -481,7 +481,14 @@ if [[ "x$WANT_SDL_VIDEO" = "xyes" ]]; then
|
||||
if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then
|
||||
EXTRASYSSRCS="$EXTRASYSSRCS ../MacOSX/clip_macosx.cpp"
|
||||
else
|
||||
EXTRASYSSRCS="$EXTRASYSSRCS ../dummy/clip_dummy.cpp"
|
||||
case "$target_os" in
|
||||
cygwin*)
|
||||
EXTRASYSSRCS="$EXTRASYSSRCS ../Windows/clip_windows.cpp"
|
||||
;;
|
||||
*)
|
||||
EXTRASYSSRCS="$EXTRASYSSRCS ../dummy/clip_dummy.cpp"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
else
|
||||
VIDEOSRCS="video_x.cpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user