Searched refs:window_block (Results 1 – 1 of 1) sorted by relevance
251 int *window_block = window_data+1; in WIMP_SetupWindow() local263 window_block[0] = x << xeig; in WIMP_SetupWindow()264 window_block[1] = y << yeig; in WIMP_SetupWindow()265 window_block[2] = window_block[0] + (surface->w << xeig); in WIMP_SetupWindow()266 window_block[3] = window_block[1] + (surface->h << yeig); in WIMP_SetupWindow()269 window_block[4] = 0; /* Scroll offsets */ in WIMP_SetupWindow()270 window_block[5] = 0; in WIMP_SetupWindow()271 window_block[6] = -1; /* Open on top of window stack */ in WIMP_SetupWindow()273 window_block[7] = 0x85040042; /* Window flags */ in WIMP_SetupWindow()274 if (riscos_closeaction != 0) window_block[7] |= 0x2000000; in WIMP_SetupWindow()[all …]