gschem: Add file and patch change notifications
commit2545b4647e722c770aad5743afe996a0687c3ff8
authorRoland Lutz <rlutz@hedmen.org>
Sun, 8 Sep 2019 16:13:38 +0000 (8 18:13 +0200)
committerRoland Lutz <rlutz@hedmen.org>
Wed, 11 Sep 2019 13:08:34 +0000 (11 15:08 +0200)
tree5fd39e26104d44dcea03eff1acdf234c84f03161
parentea7b00bd88860c0353351d95772bddc565148617
gschem: Add file and patch change notifications
13 files changed:
gschem/include/Makefile.am
gschem/include/gschem.h
gschem/include/gschem_change_notification.h [new file with mode: 0644]
gschem/include/gschem_toplevel.h
gschem/include/prototype.h
gschem/po/POTFILES.in
gschem/src/Makefile.am
gschem/src/gschem_change_notification.c [new file with mode: 0644]
gschem/src/gschem_patch_dockable.c
gschem/src/gschem_toplevel.c
gschem/src/o_undo.c
gschem/src/x_lowlevel.c
gschem/src/x_window.c