Skip to content

Commit

Permalink
Tweak fullscreen check for OSX
Browse files Browse the repository at this point in the history
This was failing previously after upgrading to High Sierra
  • Loading branch information
muffinista committed Jan 3, 2018
1 parent 6779339 commit 7338e1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/fullscreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ if ( platform === "darwin" ) {

$.framework("Foundation");
$.framework("Cocoa");

$.framework('CoreGraphics')
$.framework('CoreFoundation')

pool = $.NSAutoreleasePool("alloc")("init");

process.on("beforeExit", (code) => {
Expand Down

0 comments on commit 7338e1d

Please sign in to comment.