X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeytree.h;h=391cb154fb91a5cc61c2f12ac8771dd8a17b91b3;hb=77baf26a7f2f64ddf1274035fd4991ab17345904;hp=59a515c7944de450632766333413fad856e26bc4;hpb=e5a797f10d61e33f5d02c2d276f615ea3a00793f;p=chaz%2Fopenbox diff --git a/openbox/keytree.h b/openbox/keytree.h index 59a515c7..391cb154 100644 --- a/openbox/keytree.h +++ b/openbox/keytree.h @@ -29,9 +29,9 @@ typedef struct KeyBindingTree { gboolean chroot; /* the level up in the tree */ - struct KeyBindingTree *parent; + struct KeyBindingTree *parent; /* the next binding in the tree at the same level */ - struct KeyBindingTree *next_sibling; + struct KeyBindingTree *next_sibling; /* the first child of this binding (next binding in a chained sequence).*/ struct KeyBindingTree *first_child; } KeyBindingTree;