mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 12:32:52 +00:00
Don't use poller on Windows
This commit is contained in:
parent
c5a568cd15
commit
9451cf69fe
@ -20,9 +20,9 @@
|
||||
#include <allegro/internal/aintern.h>
|
||||
|
||||
#define USE_KEY_POLLER
|
||||
// #ifndef WIN32 // On Windows we generated events from the HWND procedure
|
||||
#ifndef WIN32 // On Windows we generated events from the HWND procedure
|
||||
#define USE_MOUSE_POLLER
|
||||
// #endif
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winalleg.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user