diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-13 14:09:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-13 14:09:53 -0400 |
| commit | 2a2d730d12086097a977370e9f3a87c3053ac7ae (patch) | |
| tree | 26180c7a0be2df94435c76fc9e42e2079e56c49b /redo/area_windows.go | |
| parent | 35228385c11ec939ebc29dbaa3d653bcad6cd3b4 (diff) | |
Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X keyboard trap.
Diffstat (limited to 'redo/area_windows.go')
| -rw-r--r-- | redo/area_windows.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/redo/area_windows.go b/redo/area_windows.go index de03d10..05f0274 100644 --- a/redo/area_windows.go +++ b/redo/area_windows.go @@ -280,15 +280,6 @@ func areaResetClickCounter(data unsafe.Pointer) { a.clickCounter.reset() } -//export areaDefocuses -func areaDefocuses(data unsafe.Pointer) C.BOOL { - a := (*area)(data) - if a.handler.Defocuses() { - return C.TRUE - } - return C.FALSE -} - func (a *area) hwnd() C.HWND { return a._hwnd } |
