Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 408532 Details for
Bug 556518
media-libs/ganv-1.4.2[-fdgl] - ../src/Canvas.cpp:1629:44: error: 'get_monotonic_time' was not declared in this scope
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ganv-1.4.2-no-fdgl.patch
ganv-1.4.2-no-fdgl.patch (text/plain), 775 bytes, created by
Karl Lindén
on 2015-08-08 09:15:51 UTC
(
hide
)
Description:
ganv-1.4.2-no-fdgl.patch
Filename:
MIME Type:
Creator:
Karl Lindén
Created:
2015-08-08 09:15:51 UTC
Size:
775 bytes
patch
obsolete
>Index: src/Canvas.cpp >=================================================================== >--- src/Canvas.cpp (revision 5479) >+++ src/Canvas.cpp (revision 5480) >@@ -760,6 +760,18 @@ > } > #endif > >+inline uint64_t >+get_monotonic_time() >+{ >+#if GLIB_CHECK_VERSION(2, 28, 0) >+ return g_get_monotonic_time(); >+#else >+ GTimeVal time; >+ g_get_current_time(&time); >+ return time.tv_sec + time.tv_usec; >+#endif >+} >+ > #ifdef GANV_FDGL > > inline Region >@@ -788,18 +800,6 @@ > b->impl->force = vec_sub(b->impl->force, f); > } > >-inline uint64_t >-get_monotonic_time() >-{ >-#if GLIB_CHECK_VERSION(2, 28, 0) >- return g_get_monotonic_time(); >-#else >- GTimeVal time; >- g_get_current_time(&time); >- return time.tv_sec + time.tv_usec; >-#endif >-} >- > gboolean > GanvCanvasImpl::layout_iteration() > {
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 556518
:
408150
| 408532