Lines Matching refs:twm
15 * Can no longer be used for the standard twm.
508 if(tmp->twm->title_height) {
510 int x = tmp->twm->highlightxr;
511 XWarpPointer(dpy, None, tmp->twm->title_w, 0, 0, 0, 0,
516 XWarpPointer(dpy, None, tmp->twm->w, 0, 0, 0, 0, 5, 5);
571 if(tmp->twm->mapped) {
596 if(tmp->twm->title_height) {
597 XWarpPointer(dpy, None, tmp->twm->title_w, 0, 0, 0, 0,
598 tmp->twm->title_width / 2,
602 XWarpPointer(dpy, None, tmp->twm->w, 0, 0, 0, 0, 5, 5);
751 tmp->twm = tmp_win;
920 compresult = strcmp(tmp_win->icon_name, tmp1->twm->icon_name);
923 compresult = strcasecmp(tmp_win->icon_name, tmp1->twm->icon_name);
1103 compresult = strcmp(tmp1->twm->icon_name, tmp2->twm->icon_name);
1106 compresult = strcasecmp(tmp1->twm->icon_name, tmp2->twm->icon_name);
1111 InsertInIconManager(ip, tmp2, tmp2->twm);