projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
--enable-debug shouldn't be in COMMON_CONFIGURE_OPTIONS, it's used for dbg packages...
[wxWidgets.git]
/
src
/
common
/
dpycmn.cpp
diff --git
a/src/common/dpycmn.cpp
b/src/common/dpycmn.cpp
index d375d9e49486c45def38db9e410808053a4ab381..ce5fc0ac22ec309e16641c8e7d9c0f40d3092b12 100644
(file)
--- a/
src/common/dpycmn.cpp
+++ b/
src/common/dpycmn.cpp
@@
-32,7
+32,6
@@
#include "wx/display.h"
#include "wx/display_impl.h"
#include "wx/module.h"
-#include "wx/gdicmn.h" // for wxDisplaySize()
#if wxUSE_DISPLAY
@@
-268,4
+267,3
@@
int wxDisplayFactorySingle::GetFromPoint(const wxPoint& pt)
// the point is outside of the screen
return wxNOT_FOUND;
}
-