GNOME Bugzilla – Bug 658333
Typo in cogl/cogl-display.h
Last modified: 2011-09-06 10:22:28 UTC
Created attachment 195759 [details] [review] Fix for typo in cogl/cogl-display.h Hi, I was attempting to update my msvc-support branch and during the process realised that the #define added to cogl/cogl-display.h recently had a typo. The line "#define cogl_display_get_rendrer cogl_display_get_rendrer_EXP" should read "#define cogl_display_get_renderer cogl_display_get_renderer_EXP". This trivial patch attempts to fix this. p.s. I would also like to ask for further review/comments on the msvc-support branch in bug 650020 too! Thank you, and God bless!
whoopsie! :-) thanks, pushed to master.