Search found 1 match

by ventyl
Sun Jul 26, 2020 8:46 pm
Forum: Support and Development
Topic: Composition blocking on Linux
Replies: 4
Views: 5630

Composition blocking on Linux

Hello, by default all SDL (therefore all love2d) applications sends a hint to the system to bypass the compositor. When making program in C/C++ this behavior can be changed via following line in code: SDL_SetHint(SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR, "0"); Can this be done in simple...