mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 10:44:34 +00:00
WL rename to serial (Travis CI build)
This commit is contained in:
parent
749639347a
commit
f59f2fc968
@ -37,6 +37,7 @@
|
|||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <sys/timerfd.h>
|
#include <sys/timerfd.h>
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
|
|
||||||
static void shellSurfaceHandlePing(void* data,
|
static void shellSurfaceHandlePing(void* data,
|
||||||
@ -1217,7 +1218,7 @@ void _glfwPlatformFocusWindow(_GLFWwindow* window)
|
|||||||
|
|
||||||
void _glfwPlatformDragWindow(_GLFWwindow* window)
|
void _glfwPlatformDragWindow(_GLFWwindow* window)
|
||||||
{
|
{
|
||||||
wl_shell_surface_move(window->wl.shellSurface, _glfw.wl.seat, _glfw.wl.pointerSerial);
|
wl_shell_surface_move(window->wl.shellSurface, _glfw.wl.seat, _glfw.wl.serial);
|
||||||
}
|
}
|
||||||
|
|
||||||
void _glfwPlatformResizeWindow(_GLFWwindow* window, int border)
|
void _glfwPlatformResizeWindow(_GLFWwindow* window, int border)
|
||||||
@ -1254,7 +1255,7 @@ void _glfwPlatformResizeWindow(_GLFWwindow* window, int border)
|
|||||||
}
|
}
|
||||||
wl_shell_surface_resize(window->wl.shellSurface,
|
wl_shell_surface_resize(window->wl.shellSurface,
|
||||||
_glfw.wl.seat,
|
_glfw.wl.seat,
|
||||||
_glfw.wl.pointerSerial,
|
_glfw.wl.serial,
|
||||||
wlBorder);
|
wlBorder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user