|
|
|
@ -78,7 +78,7 @@ |
|
|
|
/* enums */ |
|
|
|
enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */ |
|
|
|
enum { SchemeNorm, SchemeSel, SchemeLast }; /* color schemes */ |
|
|
|
enum { NetSupported, NetWMName, NetWMState, |
|
|
|
enum { NetSupported, NetWMName, NetWMState, NetWMCheck, |
|
|
|
NetSystemTray, NetSystemTrayOP, NetSystemTrayOrientation, NetSystemTrayOrientationHorz, |
|
|
|
NetWMFullscreen, NetActiveWindow, NetWMWindowType, |
|
|
|
NetWMWindowTypeDialog, NetClientList, NetLast }; /* EWMH atoms */ |
|
|
|
|