Home | History | Annotate | Download | only in skin

Lines Matching refs:screen_w

1207         int       screen_w, screen_h;
1215 screen_w = monitor.w * 0.95;
1221 if (screen_w < win_w && win_w > 1.)
1222 scale_w = 1.0 * screen_w / win_w;