-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the gdk_display_source in gtk_x11 is gtk2 only, so move it there
git-svn-id: https://xpra.org/svn/Xpra/trunk@6200 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# This file is part of Xpra. | ||
# Copyright (C) 2013 Antoine Martin <antoine@devloop.org.uk> | ||
# Copyright (C) 2013, 2014 Antoine Martin <antoine@devloop.org.uk> | ||
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any | ||
# later version. See the file COPYING for details. | ||
|
||
try: | ||
from xpra.x11.gtk_x11 import gdk_display_source | ||
except: | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
# This file is part of Xpra. | ||
# Copyright (C) 2013 Antoine Martin <antoine@devloop.org.uk> | ||
# Copyright (C) 2013, 2014 Antoine Martin <antoine@devloop.org.uk> | ||
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any | ||
# later version. See the file COPYING for details. | ||
|
||
try: | ||
from xpra.x11.gtk_x11 import gdk_display_source | ||
except: | ||
pass |