What function(s) are availible to change the size/position of the video output window (not attached to hparent)?
I want to resize the video output window...
currently I am using Windows 2000 and the SetWindowPos is being set in DirectXUpdateRects (directx/events.c) when the plugin receives a WM_WINDOWPOSCHANGED message.
I would like to call a higher level function to tell the window (platform independent) to resize/position.
Is there some incantation of setting width and height in vout_thread_t then setting i_changes to something, or is there a simple function call buried somewhere that already perfoms this function (or some other way entirely that I'm missing)?