first attempt at switching to OBS, compiles, but doesn't run yet

This commit is contained in:
Berke Viktor
2011-08-14 23:39:03 +02:00
parent 75cef45670
commit 54ee14903b
6 changed files with 46 additions and 28 deletions

View File

@@ -999,7 +999,7 @@ gtk_xtext_realize (GtkWidget * widget)
gdk_window_set_user_data (widget->window, widget);
xtext->depth = gdk_drawable_get_visual (widget->window)->depth;
xtext->depth = gdk_window_get_visual (widget->window)->depth;
val.subwindow_mode = GDK_INCLUDE_INFERIORS;
val.graphics_exposures = 0;