Ticket #6 (closed defect: fixed)
pixbufCopyArea parameters are swapped
| Reported by: | akamaus@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.11 |
| Component: | general (Gtk+, Glib) | Version: | 0.9.11 |
| Keywords: | pixbufCopyArea | Cc: |
Description (last modified by admin) (diff)
width and height parameters of pixbufCopyArea seems to be swapped. In gtk_pixbuf_copy_area width(4th) goes before height(5th) and here they are in opposite order:
pixbufCopyArea :: Pixbuf ->
Int -> -- src_x
Int -> -- src_y
Int -> -- height !!!
Int -> -- width !!!
Pixbuf -> Int -> Int -> IO ()
Change History
Note: See
TracTickets for help on using
tickets.