summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-14 01:16:21 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-14 01:16:21 +0000
commit5e6adfee411bb9fb8f159c95481a06f43b222089 (patch)
tree709f7bb7231f438d3726b68f5e33dbefee9fbd41 /src/main.cpp
parent812103cea68f1da2004dd518c5ad3b448a0e1729 (diff)
downloadMana-5e6adfee411bb9fb8f159c95481a06f43b222089.tar.gz
Mana-5e6adfee411bb9fb8f159c95481a06f43b222089.tar.bz2
Mana-5e6adfee411bb9fb8f159c95481a06f43b222089.tar.xz
Mana-5e6adfee411bb9fb8f159c95481a06f43b222089.zip
Quicksie fixie in reporting window manager available.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 743b365f..805bb7f6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -231,7 +231,7 @@ void init_engine()
log("Possible to create hardware surfaces: %s",
((vi->hw_available) ? "yes" : "no "));
log("Window manager available: %s",
- ((vi->hw_available) ? "yes" : "no"));
+ ((vi->wm_available) ? "yes" : "no"));
log("Accelerated hardware to hardware blits: %s",
((vi->blit_hw) ? "yes" : "no"));
log("Accelerated hardware to hardware colorkey blits: %s",