mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
Remove obsolete descriptor
This commit is contained in:
parent
3eca593ef9
commit
74f78ccd17
1 changed files with 0 additions and 8 deletions
8
query.c
8
query.c
|
@ -423,14 +423,6 @@ int node_from_desc(char *desc, coordinates_t *ref, coordinates_t *dst)
|
|||
dst->desktop = mon->desk;
|
||||
dst->node = mon->desk->focus;
|
||||
}
|
||||
} else if (streq("pointed", desc)) {
|
||||
xcb_window_t win;
|
||||
query_pointer(&win, NULL);
|
||||
if (locate_window(win, dst) && node_matches(dst, ref, sel)) {
|
||||
return SELECTOR_OK;
|
||||
} else {
|
||||
return SELECTOR_INVALID;
|
||||
}
|
||||
} else if (*desc == '@') {
|
||||
desc++;
|
||||
if (colon != NULL) {
|
||||
|
|
Loading…
Add table
Reference in a new issue