Cleanup previous PR
Use a single wl_surface for the drag icon. Whther it is attached to the top level drag or not is determined based on availability.
This commit is contained in:
2
glfw/internal.h
vendored
2
glfw/internal.h
vendored
@@ -837,7 +837,7 @@ void _glfwFreeDragSourceData(void);
|
||||
void _glfwPlatformFreeDragSourceData(void);
|
||||
void _glfwInputDragSourceRequest(_GLFWwindow* window, GLFWDragEvent *ev);
|
||||
int _glfwPlatformDragDataReady(const char *mime_type);
|
||||
int _glfwPlatformChangeDragImage(const GLFWimage *thumbnail, int make_toplevel);
|
||||
int _glfwPlatformChangeDragImage(const GLFWimage *thumbnail);
|
||||
|
||||
|
||||
void _glfwInputColorScheme(GLFWColorScheme, bool);
|
||||
|
||||
Reference in New Issue
Block a user