Ignore:
Timestamp:
2020-12-07T00:08:37Z (4 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/ui/include/types/ui/entry.h

    r7a873f0 r7e38970d  
    11/*
    2  * Copyright (c) 2019 Jiri Svoboda
     2 * Copyright (c) 2020 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup libguigfx
     29/** @addtogroup libui
    3030 * @{
    3131 */
    3232/**
    33  * @file GFX canvas backend
     33 * @file Text entry
    3434 */
    3535
    36 #ifndef _GUIGFX_TYPES_CANVAS_H
    37 #define _GUIGFX_TYPES_CANVAS_H
     36#ifndef _UI_TYPES_ENTRY_H
     37#define _UI_TYPES_ENTRY_H
    3838
    39 struct canvas_gc;
    40 typedef struct canvas_gc canvas_gc_t;
     39struct ui_entry;
     40typedef struct ui_entry ui_entry_t;
    4141
    4242#endif
Note: See TracChangeset for help on using the changeset viewer.