diff options
author | David Robillard <d@drobilla.net> | 2008-08-19 20:09:49 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-19 20:09:49 +0000 |
commit | 174bd3e0314785a1a885877a9efe7a7eef31e0fa (patch) | |
tree | 8368487dfb6e98de7cca2300ad0157868e29aaf4 /src/libs/gui/App.hpp | |
parent | e16206982d074e62956de00eeef611478f01c430 (diff) | |
download | ingen-174bd3e0314785a1a885877a9efe7a7eef31e0fa.tar.gz ingen-174bd3e0314785a1a885877a9efe7a7eef31e0fa.tar.bz2 ingen-174bd3e0314785a1a885877a9efe7a7eef31e0fa.zip |
Slightly more reliable OSC comms. Still not really up to the task of receiving massive patches...
git-svn-id: http://svn.drobilla.net/lad/ingen@1448 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/App.hpp')
-rw-r--r-- | src/libs/gui/App.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/gui/App.hpp b/src/libs/gui/App.hpp index 8d16a1c4..a693b729 100644 --- a/src/libs/gui/App.hpp +++ b/src/libs/gui/App.hpp @@ -91,7 +91,9 @@ public: void detach(); + void register_callbacks(); bool gtk_main_iteration(); + void show_about(); void quit(); |