From e566c56bd14157e496e741e095961ce2babaf6a2 Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Tue, 6 Jul 2010 16:11:46 +0100 Subject: [PATCH] cookbook: Moved paragraph where it logically belongs There was a note about constants for keys and where they are defined in Clutter header files; but the sentence about where key modifiers are defined was outside the note. Logically, they belong together. --- doc/cookbook/events.xml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/doc/cookbook/events.xml b/doc/cookbook/events.xml index ae17af2..d47ad19 100644 --- a/doc/cookbook/events.xml +++ b/doc/cookbook/events.xml @@ -138,18 +138,20 @@ _key_press_cb (ClutterActor *actor, - Clutter provides a range of key value definitions - (like CLUTTER_Up, used above). These are - generated from the list in the - X.Org source code - (replace "XK" with "CLUTTER" in the definitions there to get the - CLUTTER equivalents; alternatively, look at the - clutter-keysyms.h header file for the - list). - - CLUTTER_SHIFT_MASK, - CLUTTER_CONTROL_MASK and other modifiers are - defined in the ClutterModifierType enum. + + Clutter provides a range of key value definitions + (like CLUTTER_Up, used above). These are + generated from the list in the + X.Org source code + (replace "XK" with "CLUTTER" in the definitions there to get the + CLUTTER equivalents; alternatively, look at the + clutter-keysyms.h header file for the + list). + + CLUTTER_SHIFT_MASK, + CLUTTER_CONTROL_MASK and other modifiers are + defined in the ClutterModifierType enum. + -- 2.7.4