dwm-meillo

diff main.c @ 317:45af6a8a0cbf

small renamings of two static functions
author Anselm R.Garbe <arg@10ksloc.org>
date Mon, 21 Aug 2006 07:33:18 +0200
parents d69cdb180a3e
children 73efaa15a635
line diff
     1.1 --- a/main.c	Mon Aug 21 07:31:15 2006 +0200
     1.2 +++ b/main.c	Mon Aug 21 07:33:18 2006 +0200
     1.3 @@ -63,7 +63,7 @@
     1.4  }
     1.5  
     1.6  static int
     1.7 -win_property(Window w, Atom a, Atom t, long l, unsigned char **prop)
     1.8 +winprop(Window w, Atom a, Atom t, long l, unsigned char **prop)
     1.9  {
    1.10  	int status, format;
    1.11  	unsigned long res, extra;
    1.12 @@ -116,7 +116,7 @@
    1.13  	long res;
    1.14  	Atom *protocols;
    1.15  
    1.16 -	res = win_property(w, wmatom[WMProtocols], XA_ATOM, 20L,
    1.17 +	res = winprop(w, wmatom[WMProtocols], XA_ATOM, 20L,
    1.18  			((unsigned char **)&protocols));
    1.19  	if(res <= 0) {
    1.20  		return protos;