mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-30 18:38:32 +00:00
comp: Update file header.
This commit is contained in:
parent
c81ae4670b
commit
d34e1464fd
|
@ -1,3 +1,4 @@
|
||||||
---
|
---
|
||||||
|
- mr.743
|
||||||
---
|
---
|
||||||
More work on the Windows port: fix timing, waiting, sleeping.
|
More work on the Windows port: fix timing, waiting, sleeping, handling the message queue.
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
// Copyright 2019-2020, Collabora, Ltd.
|
// Copyright 2019-2021, Collabora, Ltd.
|
||||||
// SPDX-License-Identifier: BSL-1.0
|
// SPDX-License-Identifier: BSL-1.0
|
||||||
/*!
|
/*!
|
||||||
* @file
|
* @file
|
||||||
* @brief Wayland window code.
|
* @brief Microsoft Windows window code.
|
||||||
|
* @author Ryan Pavlik <ryan.pavlik@collabora.com>
|
||||||
* @author Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
|
* @author Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
|
||||||
* @author Jakob Bornecrantz <jakob@collabora.com>
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||||||
* @ingroup comp_main
|
* @ingroup comp_main
|
||||||
|
|
Loading…
Reference in a new issue