summarylogtreecommitdiffstats
path: root/fix_crefoftemp_bug.patch
diff options
context:
space:
mode:
authorBehnam Momeni2015-11-21 23:59:27 +0330
committerBehnam Momeni2015-11-21 23:59:27 +0330
commit3c66fcd9d345f584650db20372ee59198cd086e2 (patch)
treef64a3521722918c8d190c8dc43e1a43d04641835 /fix_crefoftemp_bug.patch
parent9d41c827e8f1bf3e16c14f3616c9c7c655536ebd (diff)
downloadaur-3c66fcd9d345f584650db20372ee59198cd086e2.tar.gz
Adding three patch files
Diffstat (limited to 'fix_crefoftemp_bug.patch')
-rw-r--r--fix_crefoftemp_bug.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/fix_crefoftemp_bug.patch b/fix_crefoftemp_bug.patch
new file mode 100644
index 000000000000..c322a05c4484
--- /dev/null
+++ b/fix_crefoftemp_bug.patch
@@ -0,0 +1,20 @@
+--- bombono-dvd-1.2.2/src/mgui/project/menu-actions.cpp 2013-03-08 00:50:45.000000000 +0330
++++ new/src/mgui/project/menu-actions.cpp 2015-11-20 19:17:23.516912549 +0330
+@@ -187,7 +187,7 @@
+ txt.MediaItem().ClearLink();
+ }
+
+-void UpdateMenuRegionObject(Comp::Object* obj, const Point& menu_sz, RectListRgn& lst)
++void UpdateMenuRegionObject(Comp::Object* obj, Point menu_sz, RectListRgn& lst)
+ {
+ MenuRegionEraserVis vis(obj, menu_sz, lst);
+ //PrimaryRegionEraserVis vis(obj, false);
+@@ -198,7 +198,7 @@
+ {
+ CanvasBuf& cb = mp.thRgn.GetCanvasBuf();
+ ForeachLinked(mp.Owner(), bb::bind(&UpdateMenuRegionObject,
+- _1, boost::cref(cb.Size()),
++ _1, cb.Size(),
+ boost::ref(cb.RenderList())));
+ }
+