rename: replace "compton" in the codebase
leftovers: 1) config file path. Has to implement compatibility functionalities before we can change it. 2) links in man pages. Has to migrate the repo first. 3) _COMPTON_SHADOW, it has become a defacto standard, so we have to keep supporting it. 4) dbus names, undecided whether we should/could change it. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
4
src/x.h
4
src/x.h
@@ -78,8 +78,8 @@ static inline uint32_t x_new_id(xcb_connection_t *c) {
|
||||
auto ret = xcb_generate_id(c);
|
||||
if (ret == (uint32_t)-1) {
|
||||
log_fatal("We seems to have run of XIDs. This is either a bug in the X "
|
||||
"server, or a resource leakage in compton. Please open an "
|
||||
"issue about this problem. compton will die.");
|
||||
"server, or a resource leakage in the compositor. Please open an "
|
||||
"issue about this problem. The compositor will die.");
|
||||
abort();
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user