Re: [dev] [surf] eval() not needed?
sta...@cs.tu-berlin.de writes: >> { CTRL, GDK_c, eval, STRING("removeHints()") > > eval expects arg->v to be char**, so your STRING resolves to sth like > > { .v = (const char *[]){"simplyread(false, false)" } } > > right? Yes: #define STRING(f) { .v = (char*[]){
Re: [dev] [surf] eval() not needed?
> { CTRL, GDK_c, eval, STRING("removeHints()") eval expects arg->v to be char**, so your STRING resolves to sth like { .v = (const char *[]){"simplyread(false, false)" } } right? cheers --s_