Ignore:
Timestamp:
2020-02-24T17:03:26Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a515dcd
Parents:
1388f7f0
Message:

Applications need to catch up with display server switch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/display/include/types/display.h

    r1388f7f0 r265989d  
    4040#include <io/kbd_event.h>
    4141#include <io/pos_event.h>
     42#include <stddef.h>
    4243#include <stdint.h>
     44
     45/** Use the default display service (argument to display_open() */
     46#define DISPLAY_DEFAULT NULL
    4347
    4448/** Display server session */
Note: See TracChangeset for help on using the changeset viewer.