Changeset 1a1c75e in mainline for uspace/lib/gfx/private/bitmap.h


Ignore:
Timestamp:
2020-07-02T16:45:37Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ddb844e
Parents:
aef48ce
Message:

Fix header guard (thx Jakub)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfx/private/bitmap.h

    raef48ce r1a1c75e  
    3535 */
    3636
    37 #ifndef _GFX_PRIVATE_COLOR_H
    38 #define _GFX_PRIVATE_COLOR_H
     37#ifndef _GFX_PRIVATE_BITMAP_H
     38#define _GFX_PRIVATE_BITMAP_H
    3939
    4040#include <types/gfx/context.h>
Note: See TracChangeset for help on using the changeset viewer.