27 #ifndef _SB_GSTREAMER_PLATFORM_GDK_H_
28 #define _SB_GSTREAMER_PLATFORM_GDK_H_
31 #include <gst/interfaces/xoverlay.h>
33 #include <gtk/gtkwindow.h>
40 #include <nsIBoxObject.h>
57 nsresult
SetVideoBox (nsIBoxObject *aBoxObject, nsIWidget *aWidget);
61 static GdkFilterReturn gdk_event_filter(GdkXEvent *gdk_xevent,
65 void SetInvisibleCursor();
67 void SetDefaultCursor();
70 GdkWindow* mParentWindow;
71 GdkWindow* mFullscreenWindow;
77 #endif // _SB_GSTREAMER_PLATFORM_GDK_H_