Skip to content

Commit

Permalink
alpha now works with GTK3 and cairo
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@17372 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 11, 2017
1 parent 9577ba8 commit 8c9d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gtk3/client_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def enable_alpha(self):
if visual is None or not screen.is_composited():
log.error("enable_alpha() cannot handle window transparency on screen %s", screen)
return False
log("enable_alpha() using rgba visual %s for wid %s", visual, self._id)
log.info("enable_alpha() using rgba visual %s for wid %s", visual, self._id)
self.set_visual(visual)
return True

Expand Down

0 comments on commit 8c9d883

Please sign in to comment.