Functions | |
char * | XklGetWindowTitle (Window w) |
Bool | XklGetState (Window win, XklState *state_return) |
void | XklDelState (Window win) |
void | XklSaveState (Window win, XklState *state) |
void | XklSetTransparent (Window win, Bool transparent) |
Bool | XklIsTransparent (Window win) |
Bool | XklIsSameApp (Window win1, Window win2) |
|
Drops the state of a given window (of its "App window").
|
|
Finds the state for a given window (for its "App window").
|
|
|
|
Checks whether 2 windows have the same App Window
|
|
Returns "transparent" flag.
|
|
Stores ths state for a given window
|
|
Sets the "transparent" flag. It means focus switching onto this window will never change the state.
|