[waffle] [PATCH] waffle: add waffle_get_current_*() functions to waffle.def.in
Brian Paul
brianp at vmware.com
Fri Nov 11 14:29:14 UTC 2016
On 11/11/2016 06:17 AM, Emil Velikov wrote:
> 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>
Can you (or Chad?) commit this for me?
-Brian
More information about the waffle
mailing list