Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/gtk/
DPlatformScreenGtk.cpp66 return gdk_window_get_visual(gtk_widget_get_window(container)); in getVisual()
DGtkVersioning.h46 #define gdk_window_get_visual gdk_drawable_get_visual macro
/external/webkit/Source/WebCore/plugins/gtk/
DPluginViewGtk.cpp847 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()