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

Brian Paul brianp at vmware.com
Thu Nov 10 21:46:41 UTC 2016


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
-- 
1.9.1



More information about the waffle mailing list