Skip to content

Commit

Permalink
#2467 we can probe opengl on Wayland now
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 24, 2023
1 parent f35f001 commit ffd14c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xpra/server/mixins/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ def query_opengl(self) -> dict[str,Any]:
if self.opengl.lower()=="noprobe" or self.opengl.lower() in FALSE_OPTIONS:
gllog("query_opengl() skipped because opengl=%s", self.opengl)
return props
if is_Wayland():
gllog("query_opengl() skipped on wayland")
return props
try:
# pylint: disable=import-outside-toplevel
from subprocess import Popen, PIPE
Expand Down

0 comments on commit ffd14c8

Please sign in to comment.