st/gui: Rename file with OpenGL sink functions [NFC]

This commit is contained in:
Jakob Bornecrantz 2023-09-13 12:21:57 +01:00
parent d2d505d9e3
commit 53f510e6b9
2 changed files with 3 additions and 3 deletions

View file

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

View file

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