]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/unix.h
Delegate GTK window creation to gtkmain.c.
authorSimon Tatham <anakin@pobox.com>
Wed, 23 Mar 2016 22:03:46 +0000 (22:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 23 Mar 2016 22:03:46 +0000 (22:03 +0000)
commitf23375b14e41e075360617ecd821385d057137e6
treee707de9810c0ee964dfc5eb3c444d169df2c3017
parent9866b662c4da44795d74ba27a1084c841ef5e4a2
Delegate GTK window creation to gtkmain.c.

This is a weird thing to have to do, but it is necessary: the OS X
PuTTY will need its top-level windows to be instances of a thing
called GtkApplicationWindow, rather than plain GtkWindow. Hence, the
actual creation of windows needs to be somewhere that isn't
centralised between the two kinds of front end.
unix/gtkmain.c
unix/gtkwin.c
unix/unix.h