Skip to content

Commit

Permalink
fix: sdl2 should not disable the kwin compositor, which will cause th…
Browse files Browse the repository at this point in the history
…e window effects invalid, including the window opacity.
  • Loading branch information
sakurawald authored Nov 20, 2024
1 parent 84d12f6 commit 407dd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/sdl2/main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
(if (lem:config :darwin-use-native-fullscreen) 1 0))
;; sdl2 should not install any signal handlers, since the lisp runtime already does so
(sdl2:set-hint :no-signal-handlers 1)
;; sdl2 should not disable the kwin compositor, since lem editor is not a game, and disable this will not bring noticeable performance improvement.
;; sdl2 should not disable the kwin compositor, since lem editor is not a game, and disable it will not bring noticeale performance improvement.
(sdl2:set-hint :video-x11-net-wm-bypass-compositor 0)

(tmt:with-body-in-main-thread ()
Expand Down

0 comments on commit 407dd3c

Please sign in to comment.