From d27d25cbc0e3440f7cf34ceeb6e95614866a9822 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 13 Apr 2014 23:04:53 -0400 Subject: Wrote non-working code to get Windows to have Window sizes not count window decoration. Technically it does work, but it doesn't seem to fix Area scrollbars... which reminds me, the default configuration for the keyboard test exhibits the "last pixel" but mentioned in one of the TODOs in area_windows.go on both scrollbars, so let's fix that first anyway. I'll move the TODO for window decoration to the future plans after I get a definite answer about GTK+'s behavior. --- windows_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'windows_windows.go') diff --git a/windows_windows.go b/windows_windows.go index f626382..aa3d5c2 100644 --- a/windows_windows.go +++ b/windows_windows.go @@ -166,6 +166,7 @@ const ( ) var ( + _adjustWindowRectEx = user32.NewProc("AdjustWindowRectEx") _createWindowEx = user32.NewProc("CreateWindowExW") _getClientRect = user32.NewProc("GetClientRect") _moveWindow = user32.NewProc("MoveWindow") -- cgit v1.2.3