Added the dispatch layer headers. In order to get this to compile, I had to add stubs...
[rodin/chimara.git] / libchimara / style.c
index 3f86bad2573b2f54565e6ef605b266c1183f03f9..61764a9020b5527bcad2432951628b4d5880888d 100644 (file)
@@ -484,3 +484,9 @@ glk_style_distinguish(winid_t win, glui32 styl1, glui32 styl2)
 {
        return styl1 != styl2;
 }
+
+glui32
+glk_style_measure(winid_t win, glui32 styl, glui32 hint, glui32 *result)
+{
+       return FALSE;
+}