summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-20 22:16:00 +0000
committerDavid Robillard <d@drobilla.net>2008-12-20 22:16:00 +0000
commit2dfc299dc208808cd77617fef3cad2623a2d5b1a (patch)
tree24f4b1bd6339d8ef81e538b31dde449892fe3660 /src/gui/PatchWindow.hpp
parented81b9911af641dcb71ad17ee0fd9d91709b52d7 (diff)
downloadingen-2dfc299dc208808cd77617fef3cad2623a2d5b1a.tar.gz
ingen-2dfc299dc208808cd77617fef3cad2623a2d5b1a.tar.bz2
ingen-2dfc299dc208808cd77617fef3cad2623a2d5b1a.zip
Fix window closing stuff (fix ticket #296).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1882 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r--src/gui/PatchWindow.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp
index a8d0cca0..63707a1e 100644
--- a/src/gui/PatchWindow.hpp
+++ b/src/gui/PatchWindow.hpp
@@ -92,6 +92,7 @@ private:
void event_paste();
void event_delete();
void event_select_all();
+ void event_close();
void event_quit();
void event_clear();
void event_fullscreen_toggled();