diff options
Diffstat (limited to '')
-rw-r--r-- | freecell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/freecell.c b/freecell.c index 16b13f8..dd1cc3d 100644 --- a/freecell.c +++ b/freecell.c @@ -529,6 +529,8 @@ int main(int argc, char *argv[]) { if (SDL_Init(SDL_INIT_VIDEO) < 0) err("SDL_Init"); atexit(SDL_Quit); + SDL_SetHint(SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK, "1"); + struct Paths paths; if (assetPaths(&paths) < 0) err("SDL_GetPrefPath"); |