Skip to content

Commit

Permalink
#2467: oops, don't override show flag
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 27, 2023
1 parent 5c3b012 commit 878d831
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion xpra/client/gl/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def no_idle_add(fn, *args, **kwargs):
fn(*args, **kwargs)

def test_gl_client_window(gl_client_window_class : Callable, max_window_size=(1024, 1024), pixel_depth=24, show=False):
show = True
#try to render using a temporary window:
draw_result = {}
window = None
Expand Down
1 change: 0 additions & 1 deletion xpra/scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2456,7 +2456,6 @@ def run_glcheck(opts) -> ExitValue:
except Exception:
log("error initializing gdk display source", exc_info=True)
try:

check_gtk_client()
props = do_run_glcheck(opts)
except Exception as e:
Expand Down

0 comments on commit 878d831

Please sign in to comment.