27 #ifndef _SB_GSTREAMER_PLATFORM_WIN32_H_
28 #define _SB_GSTREAMER_PLATFORM_WIN32_H_
33 #include <gst/interfaces/xoverlay.h>
56 nsresult
SetVideoBox (nsIBoxObject *aBoxObject, nsIWidget *aWidget);
60 HWND mFullscreenWindow;
64 PRBool mCursorShowing;
69 static LRESULT APIENTRY VideoWindowProc(HWND hWnd, UINT
message,
70 WPARAM wParam, LPARAM lParam);
72 HWND SelectParentWindow(HWND hWnd);
73 PRBool HasMouseMoved(PRInt32 aX, PRInt32 aY);
76 #endif // _SB_GSTREAMER_PLATFORM_WIN32_H_