384
384
curr_Win = (WnckWindow *) g_list_nth_data (windowz, i);
385
385
WnckApplication *app = wnck_window_get_application (curr_Win);
387
386
if (strncmp (name, wnck_application_get_name (app), nameLength) == 0)
388
387
return wnck_window_get_xid (curr_Win);
396
420
void tasks_raise (WnckWindow* win)