Removed tab characters.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 420f3f7840
commit d6243c63fe
  1. 4
      src/wayland_init.c
  2. 10
      src/wayland_window.c

@ -73,11 +73,11 @@ static void registryHandleGlobal(void* data,
else if (strcmp(interface, "wl_shell") == 0)
{
_glfw.wl.shell =
wl_registry_bind(registry, name, &wl_shell_interface, 1);
wl_registry_bind(registry, name, &wl_shell_interface, 1);
}
else if (strcmp(interface, "wl_output") == 0)
{
_glfwAddOutput(name, version);
_glfwAddOutput(name, version);
}
}

@ -104,11 +104,11 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
if (wndconfig->monitor)
{
wl_shell_surface_set_fullscreen(
window->wl.shell_surface,
WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT,
0,
wndconfig->monitor->wl.output);
wl_shell_surface_set_fullscreen(
window->wl.shell_surface,
WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT,
0,
wndconfig->monitor->wl.output);
}
else
{

Loading…
Cancel
Save