Hello, I wrote a simple E module some time ago to create some special layer management for an embedded application based on the window type.
https://github.com/andreas-volz/oilm/blob/master/src/e_mod_main.c I'm sure that at least with e17 this worked. Now with e20 I get this compiler message: e_mod_main.c:9:1: error: unknown type name 'E_Border_Hook' static E_Border_Hook *hook = NULL; ^ e_mod_main.c: In function '_e_module_layout_cb_hook': e_mod_main.c:20:3: error: unknown type name 'E_Border' E_Border *bd = bdv; ^ e_mod_main.c:29:14: error: request for member 'client' in something not a structure or union , bd->client.icccm.title, bd->client.netwm.name ...... Any hints? regards Andreas -- Technical Blog <http://andreasvolz.wordpress.com/> ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
