libgnt/libgnt

2da723f790d6
Use panel_window instead of directly accessing the struct member

This is necessary to fix a FTBFS in Debian. For more information see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057570.

Testing Done:
Compiled and ran `test/focus` without issue.

Reviewed at https://reviews.imfreedom.org/r/2883/
foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse']
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule],
build_by_default : false)
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule],
build_by_default : false)