Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33719 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]
Adds the DAInitialize function to damain.c
add-DAInitialize.patch (text/plain), 439 bytes, created by
John Baxter
on 2004-06-20 18:17:30 UTC
(
hide
)
Description:
Adds the DAInitialize function to damain.c
Filename:
MIME Type:
Creator:
John Baxter
Created:
2004-06-20 18:17:30 UTC
Size:
439 bytes
patch
obsolete
>--- src/damain.c.orig 2004-06-20 19:28:58.862819278 -0500 >+++ src/damain.c 2004-06-20 19:31:24.602793599 -0500 >@@ -48,6 +48,13 @@ > > > void >+DAInitialize(char *display, char *name, unsigned width, unsigned height, int argc, char **argv) >+{ >+ DAOpenDisplay(display, argc, argv); >+ DACreateIcon(name, width, height, argc, argv); >+} >+ >+void > DAOpenDisplay(char *display, int argc, char **argv) > { > /* Open Connection to X Server */
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