Removed tab characters.

master
Camilla Berglund ago%!(EXTRA string=10 years)
parent c5099ff407
commit 076d9311fa
  1. 2
      src/cocoa_platform.h
  2. 2
      src/cocoa_window.m

@ -59,7 +59,7 @@ typedef void* id;
typedef struct _GLFWwindowNS
{
id object;
id delegate;
id delegate;
id view;
unsigned int modifierFlags;

@ -107,7 +107,7 @@ static GLboolean enterFullscreenMode(_GLFWwindow* window)
// NOTE: The window is resized despite mode setting failure to make
// glfwSetWindowSize more robust
[window->ns.object setFrame:[getScreen(window->monitor->ns.displayID) frame]
display:YES];
display:YES];
return status;
}

Loading…
Cancel
Save