Changeset 680
- Timestamp:
- 12/20/09 13:44:19 (2 years ago)
- Files:
-
- sweep/trunk/src/driver.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/trunk/src/driver.c
r679 r680 60 60 61 61 /* 62 ** Always keep two pointers to the output d iver. current_driver is the62 ** Always keep two pointers to the output driver. current_driver is the 63 63 ** one that is currently being used and dialog_driver is the one that 64 ** has been chosen on the dialog box.64 ** has been chosen in the dialog box. 65 65 ** This allows dialog_driver to be changed when current_driver is being 66 66 ** used, with the change from dialog_driver to current_driver occurring 67 ** at thenext time the device_open() is called.67 ** next time the device_open() is called. 68 68 */ 69 69 static sw_driver * current_driver = &_driver_null;
