mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
8 lines
174 B
C
8 lines
174 B
C
|
// SPDX-License-Identifier: MPL-2.0
|
||
|
// Copyright (c) Yuxuan Shui <yshuiv7@gmail.com>
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
typedef struct session session_t;
|
||
|
|
||
|
bool vsync_init(session_t *ps);
|