Merge branch 'simplify-display'
Centralize all display-related code in wxDisplay class and avoid duplicating or reimplementing it in wxDisplaySize() and wxClientDisplayRect() functions. See https://github.com/wxWidgets/wxWidgets/pull/955
This commit is contained in:
commit
761f9f74fc
44 changed files with 545 additions and 507 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -27521,14 +27521,6 @@ fi
|
|||
$as_echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
|
||||
wxUSE_DISPLAY="no"
|
||||
fi
|
||||
elif test "$wxUSE_MSW" = 1; then
|
||||
ac_fn_c_check_header_compile "$LINENO" "ddraw.h" "ac_cv_header_ddraw_h" "#include <windows.h>
|
||||
"
|
||||
if test "x$ac_cv_header_ddraw_h" = xyes; then :
|
||||
|
||||
fi
|
||||
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue