Home
last modified time | relevance | path

Searched refs:class_hint (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c528 char *class_hint; in hostx_init() local
666 class_hint = malloc(class_len); in hostx_init()
667 if (class_hint) { in hostx_init()
668 strcpy(class_hint, ephyrResName); in hostx_init()
669 strcpy(class_hint + strlen(ephyrResName) + 1, "Xephyr"); in hostx_init()
677 class_hint); in hostx_init()
678 free(class_hint); in hostx_init()