Skip to content

Commit

Permalink
we only do GTK3 now
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@24187 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 18, 2019
1 parent 8f1ed0f commit d4b6a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gl/gtk3/gl_drawing_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class GLDrawingArea(GLWindowBackingBase):

def __repr__(self):
return "gtk3.GLDrawingArea(%s, %s, %s)" % (self.wid, self.size, self.pixel_format)
return "GLDrawingArea(%s, %s, %s)" % (self.wid, self.size, self.pixel_format)

def idle_add(self, *args, **kwargs):
GLib.idle_add(*args, **kwargs)
Expand Down

0 comments on commit d4b6a07

Please sign in to comment.