blob: 06b2c518c131dc42d6d33ce9f6bb7868cb235d19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/libxview/window/windowutil.c.orig 2013-09-17 22:36:32.330750964 -0700
+++ lib/libxview/window/windowutil.c 2013-09-17 22:38:48.691209544 -0700
@@ -767,7 +767,7 @@
adjust_rect_obj(num_elems, this_sw, rect_obj_list, parent_width, parent_height);
window_outer_to_innerrect(&(rect_obj_list[this_sw]),
- rect_obj_list[this_sw].new_rect);
+ &(rect_obj_list[this_sw].new_rect));
}
}
|