kconfig: gconf: move the main window event handlers below
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:15 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 2 Jul 2025 01:36:13 +0000 (10:36 +0900)
commit3e0fb3ef01584bcace87c42a4f96abacad624386
tree264b52311f03b5cfa0976026d699b05aac5684c1
parentb22bbaea7f59ea1fa609462bed2eb075eea97586
kconfig: gconf: move the main window event handlers below

This allows removal of the forward delcaration of on_save_activate().

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/gconf.c