diff --git a/lime/LiME.hx b/lime/LiME.hx index 130fccb0e..66001a936 100644 --- a/lime/LiME.hx +++ b/lime/LiME.hx @@ -260,6 +260,7 @@ class LiME { window.set_active(true); case SystemEvents.deactivate: + trace(window); window.set_active(false); case SystemEvents.resize: @@ -419,7 +420,7 @@ class LiME { public var verbose : Bool = false; public var more_verbose : Bool = false; public function _debug(value:Dynamic, _verbose:Bool = false, _more_verbose:Bool = false) { - if(log) { + if(log) { if(verbose && _verbose && !_more_verbose) { trace(value); } else diff --git a/ndll/Mac/nme-debug.ndll b/ndll/Mac/nme-debug.ndll index f36c6d008..fd8c6f6e5 100755 Binary files a/ndll/Mac/nme-debug.ndll and b/ndll/Mac/nme-debug.ndll differ diff --git a/ndll/Mac/nme.ndll b/ndll/Mac/nme.ndll index 8fd95e91a..0941c9200 100755 Binary files a/ndll/Mac/nme.ndll and b/ndll/Mac/nme.ndll differ diff --git a/ndll/Mac64/.gitignore b/ndll/Mac64/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/ndll/Mac64/nme-debug.ndll b/ndll/Mac64/nme-debug.ndll new file mode 100755 index 000000000..c6cd0e70c Binary files /dev/null and b/ndll/Mac64/nme-debug.ndll differ diff --git a/ndll/Mac64/nme.ndll b/ndll/Mac64/nme.ndll new file mode 100755 index 000000000..5eeb98912 Binary files /dev/null and b/ndll/Mac64/nme.ndll differ