Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c67c6057ffd14254a26624517a2352e6 > files > 110

i3-doc-3.e-3.bf1.fc14.noarch.rpm

digraph G
{
  bgcolor="transparent";
  edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
  node [fontname="FreeSans",fontsize="10",shape=record];
  rankdir=LR;
  Node1 [label="handle_mapping_notify",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
  Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
  Node2 [label="grab_all_keys",height=0.2,width=0.4,color="black",URL="$a00062.html#a1741cf749eb2243cca453355d3f6879b",tooltip="Grab the bound keys (tell X to send us keypress events for those keycodes)."];
  Node2 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
  Node3 [label="grab_keycode_for_binding",height=0.2,width=0.4,color="black",URL="$a00062.html#aaa0dba2e97ed49099bbecc084fec0021"];
  Node1 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
  Node4 [label="translate_keysyms",height=0.2,width=0.4,color="black",URL="$a00062.html#a0ee8ffa5c11aeb96126b36171da84adc",tooltip="Translates keysymbols to keycodes for all bindings which use keysyms."];
  Node4 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
  Node4 -> Node5 [color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
  Node5 [label="smalloc",height=0.2,width=0.4,color="black",URL="$a00077.html#a46c23cb2833f4b674f5cfc977f16b990",tooltip="Safe-wrapper around malloc which exits if malloc returns NULL (meaning that there..."];
  Node1 -> Node6 [color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
  Node6 [label="ungrab_all_keys",height=0.2,width=0.4,color="black",URL="$a00062.html#afa95dc10a37decc54e9a376d0d462048",tooltip="Ungrabs all keys, to be called before re-grabbing the keys because of a mapping_notify..."];
  Node1 -> Node7 [color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
  Node7 [label="xcb_get_numlock_mask",height=0.2,width=0.4,color="black",URL="$a00079.html#aeae86e9fc76e08fd43f142de4d11bba0",tooltip="Finds out which modifier mask is the one for numlock, as the user may change this..."];
}