diff -r 958e9fe8afdf -r 551243a66b32 GUI/GadgetWindow.cs --- a/GUI/GadgetWindow.cs Thu Sep 30 16:51:09 2010 +0000 +++ b/GUI/GadgetWindow.cs Thu Sep 30 20:59:21 2010 +0000 @@ -1,4 +1,4 @@ -/* +/* Version: MPL 1.1/GPL 2.0/LGPL 2.1 @@ -69,7 +69,7 @@ // prevent window from fading to a glass sheet when peek is invoked try { bool value = true; - int r = NativeMethods.DwmSetWindowAttribute(Handle, + NativeMethods.DwmSetWindowAttribute(Handle, WindowAttribute.DWMWA_EXCLUDED_FROM_PEEK, ref value, Marshal.SizeOf(value)); } catch (DllNotFoundException) { } catch (EntryPointNotFoundException) { }