Searched refs:gdk_window_get_visual (Results 1 – 3 of 3) sorted by relevance
66 return gdk_window_get_visual(gtk_widget_get_window(container)); in getVisual()
46 #define gdk_window_get_visual gdk_drawable_get_visual macro
847 ws->visual = GDK_VISUAL_XVISUAL(gdk_window_get_visual(window)); in platformStart()848 ws->depth = gdk_visual_get_depth(gdk_window_get_visual(window)); in platformStart()