view include/sys/x11/dark_theme.h @ 381:5beae59cf042

anime_db: fix build fail under Qt 5
author Paper <paper@tflc.us>
date Thu, 06 Nov 2025 01:17:24 -0500
parents c844f8bb87ce
children
line wrap: on
line source

#ifndef MINORI_SYS_X11_DARK_THEME_H_
#define MINORI_SYS_X11_DARK_THEME_H_

namespace x11 {

bool IsInDarkTheme();

}

#endif /* MINORI_SYS_X11_DARK_THEME_H_ */