Changeset 6af4b4f in mainline for uspace/srv/hid/display/test/main.c


Ignore:
Timestamp:
2019-10-05T08:45:25Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bef51cf
Parents:
c8cf261
git-author:
Jiri Svoboda <jiri@…> (2019-10-04 17:52:54)
git-committer:
Jiri Svoboda <jiri@…> (2019-10-05 08:45:25)
Message:

Introduce ds_display_t, ds_window_t

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/test/main.c

    rc8cf261 r6af4b4f  
    2727 */
    2828
    29 /** @addtogroup libipcgfx
    30  * @{
    31  */
    32 /**
    33  * @file GFX IPC backend
    34  */
     29#include <pcut/pcut.h>
    3530
    36 #ifndef TYPES_WINGC_H
    37 #define TYPES_WINGC_H
     31PCUT_INIT;
    3832
    39 #include <gfx/context.h>
     33PCUT_IMPORT(display);
    4034
    41 typedef struct win_gc {
    42         /** Base graphic context */
    43         gfx_context_t *gc;
    44 } win_gc_t;
    45 
    46 #endif
    47 
    48 /** @}
    49  */
     35PCUT_MAIN();
Note: See TracChangeset for help on using the changeset viewer.