Changeset 9546146 in mainline for uspace/srv/hid/display/main.h


Ignore:
Timestamp:
2024-08-23T18:02:06Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
4af6fb1
Parents:
ca95ccd
Message:

Persistently store display/seat configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/main.h

    rca95ccd r9546146  
    11/*
    2  * Copyright (c) 2019 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3838#define NAME "display"
    3939
     40extern const char *cfg_file_path;
     41
    4042#endif
    4143
Note: See TracChangeset for help on using the changeset viewer.