Skip to content

Commit

Permalink
Update comment in kivy_.py about SetAsOffscreen window handle
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Apr 28, 2017
1 parent 0eee591 commit 0ddb343
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/linux/binaries_64bit/kivy_.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ def start_cef(self):
# TODO: For printing to work in off-screen-rendering mode
# it is enough to call gtk_init(). It is not required
# to provide window handle when calling SetAsOffscreen().
# However it still needs to be tested whether providing
# window handle is required for mouse context menu and
# popup widgets to work.
gtkwin = gtk.Window()
gtkwin.realize()

Expand Down

0 comments on commit 0ddb343

Please sign in to comment.