d = screen_cycle_desktop(data->sendtodir.dir, data->sendtodir.wrap,
data->sendtodir.linear,
data->sendtodir.final, data->sendtodir.cancel);
-
- g_message("sendto %d", d);
-
client_set_desktop(c, d, TRUE);
screen_set_desktop(d);
}
GSList *it;
ObMouseBinding *b;
- g_message("%d %d %d", context, state, button);
-
for (it = bound_contexts[context]; it != NULL; it = it->next) {
b = it->data;
if (b->state == state && b->button == button)
keyboard_interactive_grab(state, c, context, act);
}
- g_message("acting");
-
act->func(&act->data);
}
}
get_row_col(d, &r, &c);
if (lin) {
- g_message("linear %d", d);
switch (dir) {
case OB_DIRECTION_EAST:
if (d < screen_num_desktops - 1)
assert(0);
return screen_desktop;
}
- g_message("linear %d done", d);
} else {
switch (dir) {
case OB_DIRECTION_EAST: