d3dvideosink: add two forward declarations

This commit is contained in:
Aaron Boxer 2019-12-06 23:26:34 -06:00
parent 49211bdf74
commit 5e3520a302

View file

@ -54,6 +54,9 @@ static HWND d3d_create_internal_window (GstD3DVideoSink * sink);
static void d3d_class_notify_device_lost (GstD3DVideoSink * sink);
static void d3d_class_display_device_destroy (GstD3DVideoSinkClass * klass);
static gboolean d3d_class_display_device_create (GstD3DVideoSinkClass * klass,
UINT adapter);
static LRESULT APIENTRY d3d_wnd_proc_internal (HWND hWnd, UINT message,
WPARAM wParam, LPARAM lParam);