comp: Update file header.

This commit is contained in:
Ryan Pavlik 2021-04-02 18:02:10 -05:00
parent c81ae4670b
commit d34e1464fd
2 changed files with 5 additions and 3 deletions
doc/changes/misc_features
src/xrt/compositor/main

View file

@ -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.

View file

@ -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