diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-14 01:16:21 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-14 01:16:21 +0000 |
commit | 5e6adfee411bb9fb8f159c95481a06f43b222089 (patch) | |
tree | 709f7bb7231f438d3726b68f5e33dbefee9fbd41 /src/main.cpp | |
parent | 812103cea68f1da2004dd518c5ad3b448a0e1729 (diff) | |
download | mana-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.cpp | 2 |
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", |