removed NET_ACTIVE_WINDOW handling

This commit is contained in:
Anselm R.Garbe
2006-08-08 18:12:18 +02:00
parent 92e55c7c53
commit c225e1afc2
4 changed files with 1 additions and 20 deletions

2
dwm.h
View File

@ -22,7 +22,7 @@ union Arg {
};
/* atoms */
enum { NetSupported, NetWMName, NetActiveWindow, NetLast };
enum { NetSupported, NetWMName, NetLast };
enum { WMProtocols, WMDelete, WMLast };
/* cursor */