Lines Matching defs:modedata
527 window_customize_build(void *modedata,
531 struct window_customize_modedata *data = modedata;
837 window_customize_draw(void *modedata, void *itemdata,
840 struct window_customize_modedata *data = modedata;
853 window_customize_menu(void *modedata, struct client *c, key_code key)
855 struct window_customize_modedata *data = modedata;
860 if (wme == NULL || wme->data != modedata)
866 window_customize_height(__unused void *modedata, __unused u_int height)
943 window_customize_free_callback(void *modedata)
945 window_customize_destroy(modedata);
1325 window_customize_change_each(void *modedata, void *itemdata,
1328 struct window_customize_modedata *data = modedata;
1351 void *modedata, const char *s, __unused int done)
1353 struct window_customize_modedata *data = modedata;
1386 window_customize_change_tagged_callback(struct client *c, void *modedata,
1389 struct window_customize_modedata *data = modedata;