gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visual
This commit is contained in:
@ -297,7 +297,7 @@ gtk_im_multicontext_set_client_window (GtkIMContext *context,
|
||||
|
||||
if (window)
|
||||
{
|
||||
screen = gdk_drawable_get_screen (GDK_DRAWABLE (window));
|
||||
screen = gdk_window_get_screen (GDK_DRAWABLE (window));
|
||||
settings = gtk_settings_get_for_screen (screen);
|
||||
|
||||
connected = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (settings),
|
||||
|
||||
Reference in New Issue
Block a user