After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 140830 - [PATCH] Add a mirror function to gdk_pixbuf
[PATCH] Add a mirror function to gdk_pixbuf
Status: RESOLVED DUPLICATE of bug 95865
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-04-22 11:44 UTC by Bastien Nocera
Modified: 2010-07-10 04:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtk-add-pixbuf-mirror.patch (2.47 KB, patch)
2004-04-22 11:45 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2004-04-22 11:44:59 UTC
This function adds a mirror function to gdk_pixbuf, it will mirror the pixbuf in
place along the vertical axis. It is useful for applications to reverse the
orientation of icons in RTL languages.

A possible change would be the ability to mirror along the horizontal axis as
well, and possibly a retval to know if the function operated properly.
Comment 1 Bastien Nocera 2004-04-22 11:45:35 UTC
Created attachment 26956 [details] [review]
gtk-add-pixbuf-mirror.patch
Comment 2 Owen Taylor 2004-04-23 14:23:20 UTC

*** This bug has been marked as a duplicate of 95865 ***