dwm-meillo

diff dwm.h @ 708:a2d568a5cdb8

applied Sanders all5.patch (thanks for your weekend session, Sander!)
author Anselm R. Garbe <arg@suckless.org>
date Mon, 22 Jan 2007 10:22:58 +0100
parents f05c825db96b
children 7034ee0f48d6
line diff
     1.1 --- a/dwm.h	Fri Jan 19 15:05:07 2007 +0100
     1.2 +++ b/dwm.h	Mon Jan 22 10:22:58 2007 +0100
     1.3 @@ -44,10 +44,6 @@
     1.4  enum { CurNormal, CurResize, CurMove, CurLast };	/* cursor */
     1.5  enum { ColBorder, ColFG, ColBG, ColLast };		/* color */
     1.6  
     1.7 -typedef enum {
     1.8 -	TopLeft, TopRight, BotLeft, BotRight
     1.9 -} Corner; /* window corners */
    1.10 -
    1.11  typedef union {
    1.12  	const char *cmd;
    1.13  	int i;
    1.14 @@ -110,7 +106,7 @@
    1.15  extern Client *getclient(Window w);		/* return client of w */
    1.16  extern void killclient(Arg *arg);		/* kill c nicely */
    1.17  extern void manage(Window w, XWindowAttributes *wa);	/* manage new client */
    1.18 -extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/
    1.19 +extern void resize(Client *c, Bool sizehints);	/* resize c*/
    1.20  extern void updatesizehints(Client *c);		/* update the size hint variables of c */
    1.21  extern void updatetitle(Client *c);		/* update the name of c */
    1.22  extern void unmanage(Client *c);		/* destroy c */