Commit 2ce04181 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Add p_sys to vout_window_t

parent 7a710eaa
...@@ -37,6 +37,7 @@ struct vout_window_t ...@@ -37,6 +37,7 @@ struct vout_window_t
module_t *module; module_t *module;
vout_thread_t *vout; vout_thread_t *vout;
void *handle; /* OS-specific Window handle */ void *handle; /* OS-specific Window handle */
void *p_sys; /* window provider private data */
unsigned width; /* pixels width */ unsigned width; /* pixels width */
unsigned height; /* pixels height */ unsigned height; /* pixels height */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment