Files
picom/src/diagnostic.h
Yuxuan Shui a019ff453b Make get_early_config even earlier
Also improve the management of X Display and session_t.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2019-02-07 22:45:44 +00:00

9 lines
202 B
C

// SPDX-License-Identifier: MPL-2.0
// Copyright (c) 2018 Yuxuan Shui <yshuiv7@gmail.com>
#pragma once
typedef struct session session_t;
void print_diagnostics(session_t *, const char *config_file);