dwm.h
changeset 910 c13cb8c6b7a5
parent 909 8a8b7a413e66
child 913 d9c7c686d4dc
equal deleted inserted replaced
909:8a8b7a413e66 910:c13cb8c6b7a5
     1 /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
     1 /* See LICENSE file for copyright and license details.
     2  * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
       
     3  * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
       
     4  * © 2007 Premysl Hruby <dfenze at gmail dot com>
       
     5  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
       
     6  * See LICENSE file for license details.
       
     7  *
     2  *
     8  * dynamic window manager is designed like any other X client as well. It is
     3  * dynamic window manager is designed like any other X client as well. It is
     9  * driven through handling X events. In contrast to other X clients, a window
     4  * driven through handling X events. In contrast to other X clients, a window
    10  * manager selects for SubstructureRedirectMask on the root window, to receive
     5  * manager selects for SubstructureRedirectMask on the root window, to receive
    11  * events about window (dis-)appearance.  Only one X connection at a time is
     6  * events about window (dis-)appearance.  Only one X connection at a time is