Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58107 Details for
Bug 91535
rcssserver3d-0.3.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
app_rcssmonitor3d_monitor.cpp.diff
app_rcssmonitor3d_monitor.cpp.diff (text/plain), 921 bytes, created by
Takenori KUBO
on 2005-05-05 00:33:25 UTC
(
hide
)
Description:
app_rcssmonitor3d_monitor.cpp.diff
Filename:
MIME Type:
Creator:
Takenori KUBO
Created:
2005-05-05 00:33:25 UTC
Size:
921 bytes
patch
obsolete
>*** app/rcssmonitor3d/lite/monitor.cpp.orig Wed Mar 23 11:01:48 2005 >--- app/rcssmonitor3d/lite/monitor.cpp Wed Mar 23 11:04:52 2005 >*************** >*** 64,72 **** > } > > void >! idle() > { > Monitor::Instance()->Idle(); > } > > // color constants >--- 64,74 ---- > } > > void >! idle(int) > { > Monitor::Instance()->Idle(); >+ >+ glutTimerFunc(10, idle, 0); > } > > // color constants >*************** >*** 348,354 **** > glutSpecialFunc(specialkeys); > glutMouseFunc(mouse); > glutReshapeFunc(reshape); >! glutIdleFunc(idle); > > //setup the GLserver with camera coordinates > salt::Vector3f pos(0.0,-24.0, 7.0); >--- 350,357 ---- > glutSpecialFunc(specialkeys); > glutMouseFunc(mouse); > glutReshapeFunc(reshape); >! //glutIdleFunc(idle); >! glutTimerFunc(10, idle, 0); > > //setup the GLserver with camera coordinates > salt::Vector3f pos(0.0,-24.0, 7.0);
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 91535
:
58105
|
58106
| 58107