node-window-manager
node-window-manager copied to clipboard
added getWindowAccurateBounds() using DwmGetWindowAttribute to get window bounds without the drop shadow
I needed to get the bounds of windows, but GetWindowRect includes the drop shadow. This might have it's uses, so I added a new function that makes use of DwmGetWindowAttribute to exclude the shadow.