qulogic/libgnt

Correctly queue updates on toplevel widget.

2019-05-14, Elliott Sales de Andrade
ab7a762e35ea
Correctly queue updates on toplevel widget.

This was lost in f18411b054630cc69e05bf0c5ad8a880fcea91bd, but it means
that any update from a widget will no longer update the window. This
makes it seem like windows are broken, though various window management
shortcuts seem to work otherwise.
foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse']
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule])
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule])