dwm.c
changeset 1057 022da3fca625
parent 1056 ba87e437bf45
child 1058 5e34476a3a1c
equal deleted inserted replaced
1056:ba87e437bf45 1057:022da3fca625
    15  *
    15  *
    16  * Each child of the root window is called a client, except windows which have
    16  * Each child of the root window is called a client, except windows which have
    17  * set the override_redirect flag.  Clients are organized in a global
    17  * set the override_redirect flag.  Clients are organized in a global
    18  * doubly-linked client list, the focus history is remembered through a global
    18  * doubly-linked client list, the focus history is remembered through a global
    19  * stack list. Each client contains an array of Bools of the same size as the
    19  * stack list. Each client contains an array of Bools of the same size as the
    20  * global tags array to indicate the tags of a client.  For each client dwm
    20  * global tags array to indicate the tags of a client.  
    21  * creates a small title window, which is resized whenever the (_NET_)WM_NAME
       
    22  * properties are updated or the client is moved/resized.
       
    23  *
    21  *
    24  * Keys and tagging rules are organized as arrays and defined in config.h.
    22  * Keys and tagging rules are organized as arrays and defined in config.h.
    25  *
    23  *
    26  * To understand everything else, start reading main().
    24  * To understand everything else, start reading main().
    27  */
    25  */