Changeset b412168 in mainline for uspace/lib/draw/codec/tga.c


Ignore:
Timestamp:
2014-11-17T03:25:04Z (9 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6069061
Parents:
ef3da5a (diff), 5042706 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/draw/codec/tga.c

    ref3da5a rb412168  
    110110 * @return True on succesful decoding.
    111111 * @return False on failure.
     112 *
    112113 */
    113114static bool decode_tga_header(void *data, size_t size, tga_t *tga)
     
    174175 * @return Newly allocated surface with the decoded content.
    175176 * @return NULL on error or unsupported format.
     177 *
    176178 */
    177179surface_t *decode_tga(void *data, size_t size, surface_flags_t flags)
     
    264266 * @return True on succesful encoding.
    265267 * @return False on failure.
     268 *
    266269 */
    267270bool encode_tga(surface_t *surface, void **pdata, size_t *psize)
Note: See TracChangeset for help on using the changeset viewer.