Home
last modified time | relevance | path

Searched refs:bruttoHeightDelta (Results 1 – 1 of 1) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Ddrw_win.c87 unsigned int bruttoHeightDelta; member
112 #define to_bruttoHeightDelta(win) (((const_win_winType) win)->bruttoHeightDelta)
1356 int bruttoHeightDelta; in drwOpen() local
1367 bruttoHeightDelta = 2 * GetSystemMetrics(SM_CYSIZEFRAME) + in drwOpen()
1370 bruttoWidthDelta < 0 || bruttoHeightDelta < 0 || in drwOpen()
1372 height < 1 || height > INT_MAX - bruttoHeightDelta)) { in drwOpen()
1408 result->bruttoHeightDelta = (unsigned int) bruttoHeightDelta; in drwOpen()
1413 (int) height + bruttoHeightDelta, in drwOpen()
1515 result->bruttoHeightDelta = 0; in drwOpenSubWindow()