JWM Source Documentation
clientlist.h
Go to the documentation of this file.
00001 00010 #ifndef CLIENTLIST_H 00011 #define CLIENTLIST_H 00012 00013 #include "hint.h" 00014 00015 struct ClientNode; 00016 00018 extern struct ClientNode *nodes[LAYER_COUNT]; 00019 00021 extern struct ClientNode *nodeTail[LAYER_COUNT]; 00022 00027 int ShouldFocus(const struct ClientNode *np); 00028 00030 void StartWindowStackWalk(); 00031 00033 void WalkWindowStack(int forward); 00034 00036 void StopWindowStackWalk(); 00037 00042 void FocusNextStacked(struct ClientNode *np); 00043 00044 #endif /* CLIENTLIST_H */ 00045