[waffle] [PATCH] waffle: add waffle_get_current_*() functions to waffle.def.in

Emil Velikov emil.l.velikov at gmail.com
Fri Nov 11 13:17:08 UTC 2016


On 10 November 2016 at 21:46, Brian Paul <brianp at vmware.com> wrote:
> This fixes the MinGW build.
> ---
>  src/waffle/waffle.def.in | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/src/waffle/waffle.def.in b/src/waffle/waffle.def.in
> index 75a56c0..5803398 100644
> --- a/src/waffle/waffle.def.in
> +++ b/src/waffle/waffle.def.in
> @@ -32,4 +32,7 @@ EXPORTS
>      waffle_attrib_list_length
>      waffle_attrib_list_get
>      waffle_attrib_list_get_with_default
> -    waffle_attrib_list_update
> \ No newline at end of file
> +    waffle_attrib_list_update
> +    waffle_get_current_display
> +    waffle_get_current_window
> +    waffle_get_current_context
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>

-Emil


More information about the waffle mailing list