Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstudiox_screen_driver.c46 GX_WINDOW_ROOT target_win_root_window; variable
585 _gx_window_root_delete(&target_win_root_window); in guix_cleanup_target_win_canvas()
606 _gx_widget_hide((GX_WIDGET *)&target_win_root_window); in guix_configure_target_win_canvas()
611 _gx_window_root_delete(&target_win_root_window); in guix_configure_target_win_canvas()
636 _gx_window_root_create(&target_win_root_window, "GUIX root window", &target_win_canvas, in guix_configure_target_win_canvas()
648 return &target_win_root_window; in get_root_window()