Re: [dev] [surf] eval() not needed?

2012-07-07 Thread Troels Henriksen
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?

2012-07-07 Thread stanio
> { 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_