Home
last modified time | relevance | path

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

/dports/sysutils/xcdroast/xcdroast-0.98alpha16/src/
H A Dxtools.c3437 &setupdata.burnwindow.x,
3438 &setupdata.burnwindow.y);
3453 setupdata.burnwindow.width != -1 &&
3454 setupdata.burnwindow.height != -1 &&
3455 setupdata.burnwindow.x != -1 &&
3456 setupdata.burnwindow.y != -1) {
3460 setupdata.burnwindow.x,
3461 setupdata.burnwindow.y,
3462 setupdata.burnwindow.width,
3465 setupdata.burnwindow.x,
[all …]
H A Dinit.c146 setupdata.burnwindow.x = -1; in init_setupdata()
147 setupdata.burnwindow.y = -1; in init_setupdata()
148 setupdata.burnwindow.width = -1; in init_setupdata()
149 setupdata.burnwindow.height = -1; in init_setupdata()
H A Dxcdrdata.h65 geometry_t burnwindow; member
H A Dio.c2122 g_snprintf(tmp,MAXLINE,"GEOMETRY_BURNWINDOW_X = %d\n", setupdata.burnwindow.x); in save_setup_config()
2124 g_snprintf(tmp,MAXLINE,"GEOMETRY_BURNWINDOW_Y = %d\n", setupdata.burnwindow.y); in save_setup_config()
2126 g_snprintf(tmp,MAXLINE,"GEOMETRY_BURNWINDOW_WIDTH = %d\n", setupdata.burnwindow.width); in save_setup_config()
2128 g_snprintf(tmp,MAXLINE,"GEOMETRY_BURNWINDOW_HEIGHT = %d\n", setupdata.burnwindow.height); in save_setup_config()
2533 setupdata.burnwindow.x = atoi(value); in load_setup_config()
2536 setupdata.burnwindow.y = atoi(value); in load_setup_config()
2539 setupdata.burnwindow.width = atoi(value); in load_setup_config()
2542 setupdata.burnwindow.height = atoi(value); in load_setup_config()