[PULL REQUEST] A couple of small mods post the delmulti rework

Lubomir I. Ivanov neolit123 at gmail.com
Sat Sep 29 13:12:08 PDT 2012


On 29 September 2012 22:54, Lubomir I. Ivanov <neolit123 at gmail.com> wrote:
>
> but i think hiding the title bar can be avoided if i try temporary
> reconnecting the "x" button to a NOP while the forward is active.
> not sure if this is going to work...

ok, this works and looks much better as we don't lose the titlebar:

<while frontmost is active>
g_signal_connect(parent, "delete_event", G_CALLBACK(NULL), NULL);
<when done with frontmost>
g_signal_connect(parent, "delete_event", G_CALLBACK(gtk_window_destroy), NULL);

i'm going to update the branch with the change.

lubomir
--


More information about the subsurface mailing list