Skip to content

Commit bec9f26

Browse files
committed
Merge branch 'next'
2 parents 57368e0 + f834cf2 commit bec9f26

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/compton.c

+3-4
Original file line numberDiff line numberDiff line change
@@ -3655,10 +3655,6 @@ usage(int ret) {
36553655
" Additionally use X Sync fence to sync clients' draw calls. Needed\n"
36563656
" on nvidia-drivers with GLX backend for some users." WARNING "\n"
36573657
"\n"
3658-
"--glx-fshader-win shader\n"
3659-
" GLX backend: Use specified GLSL fragment shader for rendering window\n"
3660-
" contents.\n"
3661-
"\n"
36623658
"--force-win-blend\n"
36633659
" Force all windows to be painted with blending. Useful if you have a\n"
36643660
" --glx-fshader-win that could turn opaque pixels transparent.\n"
@@ -4220,6 +4216,9 @@ get_cfg(session_t *ps, int argc, char *const *argv, bool first_pass) {
42204216
P_CASEBOOL(316, force_win_blend);
42214217
case 317:
42224218
ps->o.glx_fshader_win_str = mstrcpy(optarg);
4219+
printf_errf("(): --glx-fshader-win is being deprecated, and might be\n"
4220+
" removed in the future. If you really need this feature, please report\n"
4221+
"an issue to let us know\n");
42234222
break;
42244223
P_CASEBOOL(319, no_x_selection);
42254224
P_CASEBOOL(731, reredir_on_root_change);

0 commit comments

Comments
 (0)