Mercurial > minori
diff dep/animia/include/animia.h @ 146:d8a61e7e2a36
dep/animia: move fd stuff to a new fd.cc, don't force the user
to include windows.h
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 13 Nov 2023 13:52:58 -0500 |
parents | 478f3b366199 |
children | 8700806c2cc2 |
line wrap: on
line diff
--- a/dep/animia/include/animia.h Sun Nov 12 18:38:38 2023 -0500 +++ b/dep/animia/include/animia.h Mon Nov 13 13:52:58 2023 -0500 @@ -7,8 +7,6 @@ namespace animia { -/* pid_t should be DWORD on windows, and defined by the system - anywhere else */ struct Process { internal::pid_t pid = 0; std::string name; @@ -23,7 +21,7 @@ struct Result { Player player; Process process; - //Window window; + Window window; // unused with file descriptors std::vector<Media> media; };