Searched refs:x11_display (Results 1 – 4 of 4) sorted by relevance
1305 Display *x11_display; in xim_instantiate_cb() local1311 gui_get_x11_windis(&x11_window, &x11_display); in xim_instantiate_cb()1312 if (display != x11_display) in xim_instantiate_cb()1315 xim_real_init(x11_window, x11_display); in xim_instantiate_cb()1329 Display *x11_display; in xim_destroy_cb() local1334 gui_get_x11_windis(&x11_window, &x11_display); in xim_destroy_cb()1350 Display *x11_display; in xim_init() local1356 gui_get_x11_windis(&x11_window, &x11_display); in xim_init()1360 if (xim_real_init(x11_window, x11_display)) in xim_init()1424 xim = XOpenIM(x11_display, NULL, NULL, NULL); in xim_real_init()[all …]
1230 if (x11_display != NULL) in loose_clipboard()1231 XFlush(x11_display); in loose_clipboard()1694 x11_display = NULL; in x_IOerror_handler()1826 x11_display = NULL; in get_x11_windis()1833 x11_display = NULL; in get_x11_windis()1875 x11_display = NULL; in get_x11_windis()1919 if (x11_display != NULL) in get_x11_windis()1934 x11_display = NULL; in get_x11_windis()2124 XFlush(x11_display); in set_x11_title()2159 XFlush(x11_display); in set_x11_icon()[all …]
198 Display *x11_display; in gui_attempt_start() local200 if (gui_get_x11_windis(&x11_window, &x11_display) == OK) in gui_attempt_start()
4267 because argv[] has been freed and x11_display was reset to NULL.