Changeset 31662
- Timestamp:
- 12/09/14 22:19:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/record.h
r31660 r31662 1432 1432 void screenrecorddirect() 1433 1433 { 1434 char* tmpstr = NULL , *cmd = NULL;1434 char* tmpstr = NULL; 1435 1435 int ret = 0, ret1 = 0, newstart = 0; 1436 1436 struct service* servicenode = service; … … 1441 1441 struct skin* load = getscreen("loading"); 1442 1442 drawscreen(load, 0, 0); 1443 wakeup_record_device() 1443 wakeup_record_device(); 1444 1444 clearscreen(load); 1445 1445
Note: See TracChangeset
for help on using the changeset viewer.