Changeset 677
- Timestamp:
- 12/20/09 12:02:04 (2 years ago)
- Files:
-
- sweep/trunk/src/driver.c (modified) (2 diffs)
- sweep/trunk/src/play.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/trunk/src/driver.c
r583 r677 48 48 extern sw_driver * driver_solaris; 49 49 50 extern GMutex * play_mutex;51 52 50 /* preferred driver */ 53 51 static sw_driver _driver_null = { … … 761 759 pref = driver_solaris; 762 760 #endif 763 764 play_mutex = g_mutex_new (); 765 } 761 } sweep/trunk/src/play.c
r304 r677 63 63 #define USE_MONITOR_KEY "UseMonitor" 64 64 65 GMutex * play_mutex = NULL;65 static GMutex * play_mutex = NULL; 66 66 67 67 static sw_handle * main_handle = NULL;
