Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ endif()

if (GLFW_BUILD_ANDROID)
target_compile_definitions(glfw PRIVATE _GLFW_ANDROID)
target_sources(glfw PRIVATE android_platform.h android_joystick.h android_init.c android_joystick.c android_monitor.c android_window.c android_window_hook.c android_input_queue.c)
target_sources(glfw PRIVATE android_platform.h android_joystick.h android_init.c android_joystick.c android_monitor.c android_window.c android_input_queue.c)
endif()

if (GLFW_BUILD_WAYLAND)
Expand Down
2 changes: 1 addition & 1 deletion src/android_window.c
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ VkResult _glfwCreateWindowSurfaceAndroid(VkInstance instance,
pthread_mutex_unlock(&nw_vulkan_mutex);
}

_glfwDisablePrerotationAndroid(nativeWindow);
mojoexec_override_pretransform(nativeWindow);

memset(&sci, 0, sizeof(sci));
sci.sType = VK_STRUCTURE_TYPE_ANDROID_SURFACE_CREATE_INFO_KHR;
Expand Down
257 changes: 0 additions & 257 deletions src/android_window_hook.c

This file was deleted.

Loading