From 10880dbfba9afd5a963f5bb36fe9a3707c1c35a1 Mon Sep 17 00:00:00 2001 From: Jon Phillips Date: Wed, 23 Aug 2006 07:08:06 +0000 Subject: Ok, committed msgloan's patch to convert gbooleans to bools thus completing one major janitorial task we identified.... (bzr r1633) --- src/node-context.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/node-context.h') diff --git a/src/node-context.h b/src/node-context.h index a9b4beb07..a4086da2b 100644 --- a/src/node-context.h +++ b/src/node-context.h @@ -34,10 +34,10 @@ struct SPNodeContext { Inkscape::NodePath::Path *nodepath; - gboolean leftalt; - gboolean rightalt; - gboolean leftctrl; - gboolean rightctrl; + bool leftalt; + bool rightalt; + bool leftctrl; + bool rightctrl; /// If true, rubberband was cancelled by esc, so the next button release should not deselect. bool rb_escaped; -- cgit v1.2.3