summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Shann <rshann@debianrts.home>2010-05-09 11:18:26 +0100
committerRichard Shann <rshann@debianrts.home>2010-05-09 11:18:26 +0100
commitacd870d74a8d9919a0debd9090efbddb2ed1e8f1 (patch)
tree4046e5a879baea09ac2a7def2b4ffc233f02f8be /include
parent18ca94b4832ffbe8d9380b566e737452cf1723d4 (diff)
Add command to highlight cursor position
Diffstat (limited to 'include')
-rw-r--r--include/denemo/denemo_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/denemo/denemo_types.h b/include/denemo/denemo_types.h
index 1a1fc247..6e4144f2 100644
--- a/include/denemo/denemo_types.h
+++ b/include/denemo/denemo_types.h
@@ -903,6 +903,7 @@ struct DenemoRoot
gint width;
gint height;
gboolean maximized;
+ gboolean cursor_highlight; /** Should the cursor be highlighted */
keymap *map; /**< pointer to data describing each of the Denemo commands and their keyboard shortcuts */
gchar *last_merged_command;/**<filename of last command merged into the menu system */
gint last_keyval, last_keystate;/**< most recent keypress which successfully invoked a command */