Changeset b1f0a14 in mainline for uspace/lib/ui/private/ui.h


Ignore:
Timestamp:
2023-01-22T11:05:28Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0161d16
Parents:
5d380b6
Message:

Pass input device ID via display specification argument

This allows launcher to start applications in the correct seat,
meaning the correct seat's focus will be changed to the newly
created window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/ui.h

    r5d380b6 rb1f0a14  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4444#include <io/console.h>
    4545#include <stdbool.h>
     46#include <types/common.h>
    4647
    4748/** Actual structure of user interface.
     
    6869        /** Clickmatic */
    6970        struct ui_clickmatic *clickmatic;
     71        /** Default input device ID used to determine new window's seat */
     72        sysarg_t idev_id;
    7073};
    7174
Note: See TracChangeset for help on using the changeset viewer.