Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33720 Details for
Bug 54580
libdockapp-0.5.0 breaks backward compatibility
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
changes #define to void() in dockapp.h
add-proto-DAInitialize.patch (text/plain), 521 bytes, created by
John Baxter
on 2004-06-20 18:18:14 UTC
(
hide
)
Description:
changes #define to void() in dockapp.h
Filename:
MIME Type:
Creator:
John Baxter
Created:
2004-06-20 18:18:14 UTC
Size:
521 bytes
patch
obsolete
>--- src/dockapp.h.orig 2003-02-10 06:35:04.000000000 -0600 >+++ src/dockapp.h 2004-06-20 20:06:11.258223008 -0500 >@@ -192,9 +192,8 @@ > * as the instance name for the WM_CLASS hint. > */ > >-#define DAInitialize(display, name, width, height, argc, argv) \ >- DAOpenDisplay(display, argc, argv); \ >- DACreateIcon(name, width, height, argc, argv); >+void DAInitialize(char *display, char *name, unsigned width, >+ unsigned height, int argc, char **argv); > > > void DAOpenDisplay(char *display, int argc, char **argv);
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 54580
:
33718
|
33719
| 33720