summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 040d951)
raw | patch | inline | side by side (parent: 040d951)
author | Jon A. Cruz <jon@joncruz.org> | |
Fri, 2 Jul 2010 08:33:56 +0000 (01:33 -0700) | ||
committer | Jon A. Cruz <jon@joncruz.org> | |
Fri, 2 Jul 2010 08:33:56 +0000 (01:33 -0700) |
src/ui/uxmanager.cpp | patch | blob | history |
diff --git a/src/ui/uxmanager.cpp b/src/ui/uxmanager.cpp
index fbe000de9e66dad4fc10dd82a70b3cc083899886..a3ccb347176e7e65132568f064921617602d4d8f 100644 (file)
--- a/src/ui/uxmanager.cpp
+++ b/src/ui/uxmanager.cpp
int width = defaultScreen->get_width();
int height = defaultScreen->get_height();
gdouble aspect = static_cast<gdouble>(width) / static_cast<gdouble>(height);
- if (aspect > 1.4) {
+ if (aspect > 1.65) {
_widescreen = true;
}
}