mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Change Win32 window class name to "ASEWindowClass".
This commit is contained in:
parent
21957f2164
commit
9001ce9877
@ -66,7 +66,7 @@ static BOOL sizing = FALSE;
|
||||
void (*user_resize_proc)(RESIZE_DISPLAY_EVENT *ev) = NULL;
|
||||
|
||||
/* window thread internals */
|
||||
#define ALLEGRO_WND_CLASS "AllegroWindow"
|
||||
#define ALLEGRO_WND_CLASS "ASEWindowClass"
|
||||
static HANDLE wnd_thread = NULL;
|
||||
static int old_style = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user