summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Shann <rshann@debianrts.home>2010-09-19 19:16:27 +0100
committerRichard Shann <rshann@debianrts.home>2010-09-19 19:16:27 +0100
commit647fa16dc5d56fe0e14dc59d8343b8fdad9697f2 (patch)
tree2afad1cfc998337136ad2824929c8c19ac92d1e1 /include
parent072073abcfea41abb4dd0ef7fec771b31f79a640 (diff)
Two key continuation work in progress
Diffstat (limited to 'include')
-rw-r--r--include/denemo/denemo_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/denemo/denemo_types.h b/include/denemo/denemo_types.h
index e12da605..3f7cfdd7 100644
--- a/include/denemo/denemo_types.h
+++ b/include/denemo/denemo_types.h
@@ -304,6 +304,9 @@ typedef struct DenemoKeymap
//The keystring is the output of
//dnm_accelerator_name()
GHashTable *cursors;//hashtable linking GdkEvent state to a cursor that should be used in that state
+
+ GHashTable *continuations;//hashtable giving possible continuations for two-keybindings
+
}keymap;
typedef struct MidiBuffer
@@ -920,6 +923,7 @@ struct DenemoRoot
GList *guis; /**< the list of DenemoGUI objects, representing pieces of music
simultaneously open */
DenemoPrefs prefs; /**< Preferences stored on exit and re-loaded on startup */
+
gint autosaveid;/**< autosave timer id: only one musical score is being autosaved at present */
gint accelerator_status; /**< if the accelerators have been saved, or extra ones for special keys defined */
GtkUIManager *ui_manager; /**< UI manager */