summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2012-11-12 20:02:46 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2012-11-12 20:02:46 +0400
commitbe49ba7461368989e0a8ac7d1f555d2f042e8c52 (patch)
tree7623b57daa06d12a66871deda5334245ad86ae5e /src/frame.h
parent1796ef98269838a4491d40851ea5a2145a20491b (diff)
* frame.h (struct frame): Convert external_tool_bar member to
1-bit unsigned bitfield. * termhooks.h (struct terminal): Remove mouse_moved member since all users are long dead. Adjust comment on mouse_position_hook.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h
index 1dc3ebbaf1..35cbc44bec 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -237,7 +237,7 @@ struct frame
#if defined (USE_GTK) || defined (HAVE_NS)
/* Nonzero means using a tool bar that comes from the toolkit. */
- int external_tool_bar;
+ unsigned external_tool_bar : 1;
#endif
/* Margin at the top of the frame. Used to display the tool-bar. */