Mageia Bugzilla – Attachment 900 Details for
Bug 2944
Package Request for Mageia1 (updates) : kuickshow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
kuickshow-0.9.2-fix-imlib-init.patch
kuickshow-0.9.2-fix-imlib-init.patch (text/plain), 373 bytes, created by
Philippe Didier
on 2011-10-05 19:49:13 CEST
(
hide
)
Description:
kuickshow-0.9.2-fix-imlib-init.patch
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2011-10-05 19:49:13 CEST
Size:
373 bytes
patch
obsolete
>--- src/kuickshow.cpp.orig 2009-12-08 23:12:17.553770716 +0100 >+++ src/kuickshow.cpp 2009-12-08 23:12:59.332514489 +0100 >@@ -1215,7 +1215,7 @@ > ImlibInitParams par; > initImlibParams( idata, &par ); > >- id = Imlib_init_with_params( getX11Display(), &par ); >+ id = Imlib_init( getX11Display() ); > if ( !id ) { > initImlibParams( idata, &par );
--- src/kuickshow.cpp.orig 2009-12-08 23:12:17.553770716 +0100 +++ src/kuickshow.cpp 2009-12-08 23:12:59.332514489 +0100 @@ -1215,7 +1215,7 @@ ImlibInitParams par; initImlibParams( idata, &par ); - id = Imlib_init_with_params( getX11Display(), &par ); + id = Imlib_init( getX11Display() ); if ( !id ) { initImlibParams( idata, &par );
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2944
:
899
| 900 |
901