mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 04:17:33 +00:00
Drop this message.
This commit is contained in:
parent
ffd34a4fc0
commit
9bf55cfbfd
@ -97,10 +97,7 @@ void out_to_x_setting::cleanup(lua::state &l) {
|
|||||||
#ifdef BUILD_XDBE
|
#ifdef BUILD_XDBE
|
||||||
bool use_xdbe_setting::set_up(lua::state &l) {
|
bool use_xdbe_setting::set_up(lua::state &l) {
|
||||||
// double_buffer makes no sense when not drawing to X
|
// double_buffer makes no sense when not drawing to X
|
||||||
if (!out_to_x.get(l) || !display || !window.window) {
|
if (!out_to_x.get(l) || !display || !window.window) { return false; }
|
||||||
DBGP("can't enable xdbe");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
int major, minor;
|
int major, minor;
|
||||||
|
|
||||||
@ -242,7 +239,7 @@ static void init_x11() {
|
|||||||
#ifdef BUILD_WAYLAND
|
#ifdef BUILD_WAYLAND
|
||||||
fprintf(stderr, "%s\n", err.c_str());
|
fprintf(stderr, "%s\n", err.c_str());
|
||||||
return;
|
return;
|
||||||
#else /* BUILD_WAYLAND */
|
#else /* BUILD_WAYLAND */
|
||||||
throw std::runtime_error(err);
|
throw std::runtime_error(err);
|
||||||
#endif /* BUILD_WAYLAND */
|
#endif /* BUILD_WAYLAND */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user