Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83996 Details for
Bug 128938
media-libs/libclxclient-1.0.2 bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcc41 patch for libclxclient-1.0.2
libclxclient-1.0.2-gcc41.patch (text/plain), 1.00 KB, created by
Dominique Michel
on 2006-04-05 10:47:54 UTC
(
hide
)
Description:
gcc41 patch for libclxclient-1.0.2
Filename:
MIME Type:
Creator:
Dominique Michel
Created:
2006-04-05 10:47:54 UTC
Size:
1.00 KB
patch
obsolete
>Index: clxclient-1.0.1/clxclient.h >=================================================================== >--- clxclient-1.0.1.orig/clxclient.h >+++ clxclient-1.0.1/clxclient.h >@@ -75,7 +75,7 @@ class X_hints > { > public: > >- X_hints::X_hints (void) { _sh.flags = 0; _mh.flags = 0; _ch.res_name = 0; _ch.res_class = 0; } >+ X_hints (void) { _sh.flags = 0; _mh.flags = 0; _ch.res_name = 0; _ch.res_class = 0; } > > void position (int x, int y); > void minsize (int x, int y); >@@ -187,7 +187,7 @@ public: > X_resman (const X_resman&); > X_resman& operator=(const X_resman&); > >- void X_resman::init (int *argc, char *argv [], char *name, >+ void init (int *argc, char *argv [], char *name, > XrmOptionDescRec *opt, int nopt); > > const char *get (const char *res, const char *def) const; >@@ -205,7 +205,7 @@ private: > char *_home; > XrmDatabase _xrmdata; > >- static XrmOptionDescRec X_resman::defopt [X_resman::NDEFOPT]; >+ static XrmOptionDescRec defopt [X_resman::NDEFOPT]; > }; > >
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 128938
:
83992
|
83995
| 83996 |
83997
|
84081
|
84082