removed NET_ACTIVE_WINDOW handling
This commit is contained in:
parent
92e55c7c53
commit
c225e1afc2
4 changed files with 1 additions and 20 deletions
2
dwm.h
2
dwm.h
|
@ -22,7 +22,7 @@ union Arg {
|
|||
};
|
||||
|
||||
/* atoms */
|
||||
enum { NetSupported, NetWMName, NetActiveWindow, NetLast };
|
||||
enum { NetSupported, NetWMName, NetLast };
|
||||
enum { WMProtocols, WMDelete, WMLast };
|
||||
|
||||
/* cursor */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue