diff options
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h index efef213..57d628a 100644 --- a/dwm.h +++ b/dwm.h @@ -22,7 +22,7 @@ union Arg { }; /* atoms */ -enum { NetSupported, NetWMName, NetActiveWindow, NetLast }; +enum { NetSupported, NetWMName, NetLast }; enum { WMProtocols, WMDelete, WMLast }; /* cursor */ |