diff options
Diffstat (limited to 'src/knot.h')
| -rw-r--r-- | src/knot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knot.h b/src/knot.h index ceeca0169..c3ae07963 100644 --- a/src/knot.h +++ b/src/knot.h @@ -140,7 +140,7 @@ GType sp_knot_get_type(); SPKnot *sp_knot_new(SPDesktop *desktop, gchar const *tip = NULL); #define SP_KNOT_IS_VISIBLE(k) ((k->flags & SP_KNOT_VISIBLE) != 0) -#define SP_KNOT_IS_MOSEOVER(k) ((k->flags & SP_KNOT_MOUSEOVER) != 0) +#define SP_KNOT_IS_MOUSEOVER(k) ((k->flags & SP_KNOT_MOUSEOVER) != 0) #define SP_KNOT_IS_DRAGGING(k) ((k->flags & SP_KNOT_DRAGGING) != 0) #define SP_KNOT_IS_GRABBED(k) ((k->flags & SP_KNOT_GRABBED) != 0) |
