projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96339a7
)
Applied patch [ 1213290 ] incorrect logic in wxTopLevelWindowMSW::ShowFullScreen
author
Julian Smart
<julian@anthemion.co.uk>
Thu, 2 Jun 2005 08:01:39 +0000
(08:01 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Thu, 2 Jun 2005 08:01:39 +0000
(08:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34513
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/toplevel.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/toplevel.cpp
b/src/msw/toplevel.cpp
index 23782439147f76230e31b841eee77acf27802c56..89571142bf9aa8845aa263376fd0ae553f38a24b 100644
(file)
--- a/
src/msw/toplevel.cpp
+++ b/
src/msw/toplevel.cpp
@@
-757,7
+757,7
@@
bool wxTopLevelWindowMSW::ShowFullScreen(bool show, long style)
rect = wxDisplay(dpy).GetGeometry();
}
else // fall back to the main desktop
-#e
lse
// wxUSE_DISPLAY
+#e
ndif
// wxUSE_DISPLAY
{
// resize to the size of the desktop
wxCopyRECTToRect(wxGetWindowRect(::GetDesktopWindow()), rect);
@@
-768,7
+768,6
@@
bool wxTopLevelWindowMSW::ShowFullScreen(bool show, long style)
rect.y = 0;
#endif
}
-#endif // wxUSE_DISPLAY
SetSize(rect);