Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmaps.h181 extern int print_auto_rotation;
H A Dmaps.c182 int print_auto_rotation = 0; variable
4728 else if ( print_auto_rotation ) in Print_preview()
4919 print_auto_rotation = atoi(which); in Auto_rotate()
4925 print_auto_rotation = 0; in Auto_rotate()
4945 print_auto_rotation = 0; in Rotate_90()
5419 if (print_auto_rotation) in Print_properties()
H A Dxa_config.c1150 store_int (fout, "PRINT_AUTO_ROTATION", print_auto_rotation); in save_data()
2563 print_auto_rotation = get_int ("PRINT_AUTO_ROTATION", 0,1,1); in load_data_or_default()