FreeBSD Bugzilla – Attachment 39374 Details for
Bug 62096
Maintainer update: games/wesnoth, fix the build on alpha by bento
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
wesnoth.diff
wesnoth.diff (text/plain), 661 bytes, created by
Jeremy Messenger
on 2004-01-30 05:10:22 UTC
(
hide
)
Description:
wesnoth.diff
Filename:
MIME Type:
Creator:
Jeremy Messenger
Created:
2004-01-30 05:10:22 UTC
Size:
661 bytes
patch
obsolete
>diff -urN wesnoth.orig/files/patch-src::widgets::menu.cpp wesnoth/files/patch-src::widgets::menu.cpp >--- wesnoth.orig/files/patch-src::widgets::menu.cpp Wed Dec 31 18:00:00 1969 >+++ wesnoth/files/patch-src::widgets::menu.cpp Thu Jan 29 22:24:39 2004 >@@ -0,0 +1,13 @@ >+--- src/widgets/menu.cpp.orig Thu Jan 29 22:23:06 2004 >++++ src/widgets/menu.cpp Thu Jan 29 22:23:49 2004 >+@@ -191,8 +191,8 @@ >+ x = event.button.x; >+ y = event.button.y; >+ } else { >+- x = reinterpret_cast<int>(event.user.data1); >+- y = reinterpret_cast<int>(event.user.data2); >++ x = (int)event.user.data1; >++ y = (int)event.user.data2; >+ } >+ >+ const int item = hit(x,y);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62096
: 39374