Compton is a lightweight, standalone composite manager, suitable for use with window managers that do not natively provide compositing functionality. Compton itself is a fork of xcompmgr-dana, in turn a fork of xcompmgr. Compton in particular is notable for fixing numerous bugs found in its predecessors, and as such, is popular due to its reliability and stability. Numerous additional improvements and configuration options have also been implemented, including a faster GLX (OpenGL) backend (disabled by default), default inactive/active window opacity, window frame transparency, window background blur, window color inversion, painting rate throttling, VSync, condition-based fine-tune control, configuration file reading, and D-Bus control.
22 lines
478 B
Plaintext
22 lines
478 B
Plaintext
$OpenBSD: patch-src_compton_c,v 1.1.1.1 2014/10/27 11:21:49 sthen Exp $
|
|
--- src/compton.c.orig Mon Oct 21 19:47:01 2013
|
|
+++ src/compton.c Sun Oct 26 00:56:53 2014
|
|
@@ -1665,6 +1665,8 @@ win_paint_win(session_t *ps, win *w, XserverRegion reg
|
|
reg_paint, pcache_reg);
|
|
break;
|
|
#endif
|
|
+ default:
|
|
+ break;
|
|
}
|
|
}
|
|
|
|
@@ -6165,6 +6167,8 @@ init_filters(session_t *ps) {
|
|
return false;
|
|
}
|
|
#endif
|
|
+ default:
|
|
+ break;
|
|
}
|
|
}
|
|
|