Mercurial > libanimone
comparison include/animone/a11y/win32.h @ 28:fac2b2d242d3
animone: add preliminary AT-SPI stuff
anime_list: finish the regular singular right click menu
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 17 Nov 2024 19:56:01 -0500 |
parents | 1cfa7d57c022 |
children |
comparison
equal
deleted
inserted
replaced
27:13b647714159 | 28:fac2b2d242d3 |
---|---|
5 #include "animone/a11y.h" | 5 #include "animone/a11y.h" |
6 #include "animone/a11y/win32.h" | 6 #include "animone/a11y/win32.h" |
7 | 7 |
8 namespace animone::internal::win32 { | 8 namespace animone::internal::win32 { |
9 | 9 |
10 bool GetWebBrowserInformation(const Window& window, web_browser_proc_t web_browser_proc); | 10 bool GetWebBrowserInformation(const Result& result, web_browser_proc_t web_browser_proc); |
11 | 11 |
12 } // namespace animone::internal::win32 | 12 } // namespace animone::internal::win32 |
13 | 13 |
14 #endif // ANIMONE_ANIMONE_A11Y_WIN32_H_ | 14 #endif // ANIMONE_ANIMONE_A11Y_WIN32_H_ |