Skip to content

Commit

Permalink
#770: revert to not reparent to root by default
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8763 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 8, 2015
1 parent d554965 commit 0a31616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/x11/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
from xpra.x11.x11_server_base import X11ServerBase, mouselog
from xpra.net.compression import Compressed

REPARENT_ROOT = os.environ.get("XPRA_REPARENT_ROOT", "1")=="1"
REPARENT_ROOT = os.environ.get("XPRA_REPARENT_ROOT", "0")=="1"


class DesktopManager(gtk.Widget):
Expand Down

0 comments on commit 0a31616

Please sign in to comment.