struct: add void array
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
992ee7e304
commit
3bf7d2ba2b
|
@ -383,5 +383,7 @@ struct awesome_t
|
||||||
screen_t *screen_focus;
|
screen_t *screen_focus;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
DO_ARRAY(const void *, void, DO_NOTHING)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|
// vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|
||||||
|
|
Loading…
Reference in New Issue