• Ken Thomases's avatar
    winemac: Don't allow double-clicks in the content area to zoom the window. · d9ed0fb8
    Ken Thomases authored
    On Yosemite, double-clicking a window's title bar zooms it.  (This is to
    compensate for the fact that the zoom button has been replaced by a full-screen
    button.)  Sometimes, double-clicking in the content area would count as double-
    clicking in the title bar.
    
    This is controlled, in part, by the -mouseDownCanMoveWindow method of the view
    that was hit in the window.  The default implementation of that returns YES
    for non-opaque views, as the views are in the Mac driver.  Overriding it to
    return NO prevents the problem.
    d9ed0fb8
Name
Last commit
Last update
..
.gitattributes Loading commit data...
Makefile.in Loading commit data...
clipboard.c Loading commit data...
cocoa_app.h Loading commit data...
cocoa_app.m Loading commit data...
cocoa_clipboard.m Loading commit data...
cocoa_display.m Loading commit data...
cocoa_event.h Loading commit data...
cocoa_event.m Loading commit data...
cocoa_main.m Loading commit data...
cocoa_opengl.h Loading commit data...
cocoa_opengl.m Loading commit data...
cocoa_status_item.m Loading commit data...
cocoa_window.h Loading commit data...
cocoa_window.m Loading commit data...
display.c Loading commit data...
dragdrop.c Loading commit data...
event.c Loading commit data...
gdi.c Loading commit data...
image.c Loading commit data...
ime.c Loading commit data...
keyboard.c Loading commit data...
macdrv.h Loading commit data...
macdrv_cocoa.h Loading commit data...
macdrv_main.c Loading commit data...
mouse.c Loading commit data...
opengl.c Loading commit data...
surface.c Loading commit data...
systray.c Loading commit data...
window.c Loading commit data...
winemac.drv.spec Loading commit data...