Changeset 7e38970d in mainline for uspace/lib/pixconv/pixconv.c


Ignore:
Timestamp:
2020-12-07T00:08:37Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25f26600
Parents:
7a873f0 (diff), 8596474 (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 branch 'jxsvoboda-gfx' into master

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/pixconv/pixconv.c

    r7a873f0 r7e38970d  
    3232 */
    3333/**
    34  * @file
    35  */
    36 
    37 #include <byteorder.h>
    38 #include "pixconv.h"
    39 
    40 /** Pixel conversion and mask functions
     34 * @file Pixel conversion and mask functions.
    4135 *
    4236 * These functions write an ARGB pixel value to a memory location
     
    4741 */
    4842
     43#include <byteorder.h>
     44#include "pixconv.h"
     45
    4946void pixel2argb_8888(void *dst, pixel_t pix)
    5047{
Note: See TracChangeset for help on using the changeset viewer.