Lines Matching defs:icon
104 * Bottom of the n'th hard icon (n = 1..4)
449 int icon;
470 icon = 0;
472 icon = j6x0tp_get_hard_icon(rawx, rawy);
474 if (icon != 0) {
475 DPRINTFN(2, ("icon %d\n", icon));
476 sc->sc_hard_icon = icon;
477 wskbd_input(sc->sc_wskbddev, WSCONS_EVENT_KEY_DOWN, icon);
639 * Return the icon number 1..4, or 0 if not inside an icon.