[AD] feature request /src/win/wnd.c |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
can the flag WS_EX_ACCEPTFILES flag be added to the
CreateWindowEx() function..
so i can get dropped files from the msGui into my allegro GUI ?
/wip416/src/win/wnd.c (line:390): static HWND create_directx_window(void) {
/wip416/src/win/wnd.c (line 423): wnd = CreateWindowEx(WS_EX_APPWINDOW |
WS_EX_ACCEPTFILES, ... )
for more background info about how this works, please email me.
aj.