summaryrefslogtreecommitdiff
path: root/platform/windows
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-04-06 13:08:42 -0300
committerGitHub <noreply@github.com>2017-04-06 13:08:42 -0300
commitce948ed63bb347cafd3ad0b0fd5e238acdbf7d33 (patch)
treef58b39797522146f371c1cf3ede508af6e5bf8b2 /platform/windows
parent0ede0302ba15b672b4dc50d04f9eb737ff3b3dc3 (diff)
Revert "8145 - Mouse Position is unknown until first mouse event on X11"
Diffstat (limited to 'platform/windows')
-rw-r--r--platform/windows/os_windows.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/windows/os_windows.cpp b/platform/windows/os_windows.cpp
index 992e50a2e6..cfc97d57da 100644
--- a/platform/windows/os_windows.cpp
+++ b/platform/windows/os_windows.cpp
@@ -2193,9 +2193,6 @@ void OS_Windows::run() {
if (!main_loop)
return;
- // Process all events before the main initialization so the cursor will get initialized properly
- process_events(); // get rid of pending events
-
main_loop->init();
uint64_t last_ticks = get_ticks_usec();