i3
|
00001 /* 00002 * vim:ts=4:sw=4:expandtab 00003 * 00004 */ 00005 #ifndef _ASSIGNMENTS_H 00006 #define _ASSIGNMENTS_H 00007 00013 void run_assignments(i3Window *window); 00014 00019 Assignment *assignment_for(i3Window *window, int type); 00020 00021 #endif