More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-05-30 03:40:59 -04:00
parent bcf79bb5cd
commit c1d2fcfb3f
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ void moveWindow(HWND hwnd, intmax_t x, intmax_t y, intmax_t width, intmax_t heig
logLastError("error moving window in moveWindow()");
}
// TODO make sure we're not missing any flags
void setWindowInsertAfter(HWND hwnd, HWND insertAfter)
{
if (SetWindowPos(hwnd, insertAfter, 0, 0, 0, 0, swpflags | SWP_NOMOVE | SWP_NOSIZE) == 0)