Oops, make the MS Windows theme really compile.
This commit is contained in:
@ -928,12 +928,11 @@ get_window_dc (GtkStyle *style,
|
|||||||
cairo_t *cr;
|
cairo_t *cr;
|
||||||
cairo_surface_t *crs;
|
cairo_surface_t *crs;
|
||||||
gint x_offset, y_offset;
|
gint x_offset, y_offset;
|
||||||
GdkWindowObject *private = (GdkWindowObject *)GDK_DRAWABLE(window);
|
|
||||||
|
|
||||||
cr = gdk_cairo_create (window);
|
cr = gdk_cairo_create (window);
|
||||||
crs = cairo_get_target (cr);
|
crs = cairo_get_target (cr);
|
||||||
x_offset = -private->abs_x;
|
x_offset = 0;
|
||||||
y_offset = -private->abs_y;
|
y_offset = 0;
|
||||||
|
|
||||||
|
|
||||||
dc_info_out->data = NULL;
|
dc_info_out->data = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user