Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #187464: patch to fix ambigious awake call for
bug #259331
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 259331
Collapse All
|
Expand All
(-)
cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp.orig (-1 / +1 lines)
Lines 226-232
Link Here
226
226
227
int awake(void)
227
int awake(void)
228
{
228
{
229
Fl::awake(0);
229
Fl::awake((void*)0);
230
return 0;
230
return 0;
231
}
231
}
232
int leerWait(void) { return 0; }
232
int leerWait(void) { return 0; }
Return to
bug 259331