view.c
changeset 463 e93b0ad5aeb5
parent 461 9d23330a5268
child 473 2d8af0d7920d
equal deleted inserted replaced
462:3ff8e8ef35a3 463:e93b0ad5aeb5
     1 /*
     1 /*
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
     3  * See LICENSE file for license details.
     3  * See LICENSE file for license details.
     4  */
     4  */
     5 #include "dwm.h"
     5 #include "dwm.h"
     6 #include <stdio.h>
       
     7 
     6 
     8 /* static */
     7 /* static */
     9 
     8 
    10 static Client *
     9 static Client *
    11 minclient() {
    10 minclient() {