diff options
author | monsta <[email protected]> | 2016-12-29 14:49:39 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-29 14:49:39 +0300 |
commit | 5ba16bf7f86d2a9daff01cc146a57f5201141c65 (patch) | |
tree | 1768b9546aa85069a593464c8b6fbefb160eb8ae /eel/eel-canvas.h | |
parent | 19022217432b8ef3b256df98cf2ccc69d1855595 (diff) | |
download | caja-5ba16bf7f86d2a9daff01cc146a57f5201141c65.tar.bz2 caja-5ba16bf7f86d2a9daff01cc146a57f5201141c65.tar.xz |
fix indent and spacing a bit
Diffstat (limited to 'eel/eel-canvas.h')
-rw-r--r-- | eel/eel-canvas.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eel/eel-canvas.h b/eel/eel-canvas.h index d26d3daf..4b4505f3 100644 --- a/eel/eel-canvas.h +++ b/eel/eel-canvas.h @@ -247,7 +247,7 @@ extern "C" { */ void eel_canvas_item_hide (EelCanvasItem *item); -#if GTK_CHECK_VERSION(3, 20, 0) +#if GTK_CHECK_VERSION (3, 20, 0) /* Grab the seat for the specified item. Only the events in event_mask will be * reported. If cursor is non-NULL, it will be used during the duration of the * grab. event is the event, triggering the grab. Returns the same values as gdk_seat_grab(). @@ -262,13 +262,13 @@ extern "C" { GdkGrabStatus eel_canvas_item_grab (EelCanvasItem *item, GdkEventMask event_mask, GdkCursor *cursor, -#if GTK_CHECK_VERSION(3, 20, 0) +#if GTK_CHECK_VERSION (3, 20, 0) const GdkEvent* event); #else guint32 etime); #endif -#if GTK_CHECK_VERSION(3, 20, 0) +#if GTK_CHECK_VERSION (3, 20, 0) /* Ungrabs the seat -- the specified item must be the same that was passed to * eel_canvas_item_grab(). */ |