Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Ddrw_win.c109 #define to_backupWidth(win) (((const_win_winType) win)->backupWidth) macro
771 (int) to_backupWidth(actual_window), (int) to_backupHeight(actual_window)); in drwClear()
H A Ddrw_x11.c123 #define to_backupWidth(win) (((const_x11_winType) win)->backupWidth) macro
990 to_backupWidth(actual_window), to_backupHeight(actual_window)); in drwClear()