Lines Matching refs:g_height
48 extern int g_height;
1936 g_height = HeightOfScreen(g_screen);
1944 g_height = HeightOfScreen(g_screen) * (-g_sizeopt) / 100;
1954 g_height = cy;
1961 g_height = HeightOfScreen(g_screen);
2029 wndheight = g_fullscreen ? HeightOfScreen(g_screen) : g_height;
2035 g_ypos = HeightOfScreen(g_screen) + g_ypos - g_height;
2055 g_backstore = XCreatePixmap(g_display, g_wnd, g_width, g_height, g_depth);
2059 XFillRectangle(g_display, g_backstore, g_gc, 0, 0, g_width, g_height);
2083 sizehints->min_height = sizehints->max_height = g_height;
2152 sizehints->min_height = sizehints->max_height = g_height;
2159 XResizeWindow(g_display, g_wnd, g_width, g_height);
2165 bs = XCreatePixmap(g_display, g_wnd, g_width, g_height, g_depth);
2167 XFillRectangle(g_display, bs, g_gc, 0, 0, g_width, g_height);
2168 XCopyArea(g_display, g_backstore, bs, g_gc, 0, 0, g_width, g_height, 0, 0);
2208 contents = XCreatePixmap(g_display, g_wnd, g_width, g_height, g_depth);
2209 XCopyArea(g_display, g_wnd, contents, g_gc, 0, 0, g_width, g_height, 0, 0);
2220 XCopyArea(g_display, contents, g_wnd, g_gc, 0, 0, g_width, g_height, 0, 0);
3172 g_clip_rectangle.height = g_height;