mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
st/gui: Rename file with OpenGL sink functions [NFC]
This commit is contained in:
parent
d2d505d9e3
commit
53f510e6b9
|
@ -8,7 +8,7 @@ add_library(
|
|||
st_gui STATIC
|
||||
gui_common.h
|
||||
gui_imgui.h
|
||||
gui_ogl.c
|
||||
gui_ogl_sink.c
|
||||
gui_prober.c
|
||||
gui_scene.cpp
|
||||
gui_scene_calibrate.c
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
// Copyright 2019, Collabora, Ltd.
|
||||
// Copyright 2019-2023, Collabora, Ltd.
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
/*!
|
||||
* @file
|
||||
* @brief OpenGL functions to drive the gui.
|
||||
* @brief OpenGL sink functions.
|
||||
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||||
* @author Moses Turner <moses@collabora.com>
|
||||
* @ingroup gui
|
Loading…
Reference in a new issue