Changeset 78407 in vbox for trunk/src/VBox
- Timestamp:
- May 6, 2019 9:24:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_simpleget.py
r78375 r78407 49 49 """ % (types[index], types[index])) 50 50 print('\t(void) params;') 51 print('\tif (tablesize == 0)') 52 print('\t{') 53 print('\t\tcrServerReturnValue(NULL, 0);') 54 print('\t\treturn;') 55 print('\t}') 51 56 print('\tget_values = (%s *) crAlloc( tablesize );' % types[index]) 52 print('\tif (tablesize>0)')53 57 print('\tcr_server.head_spu->dispatch_table.%s( pname, get_values );' % func_name) 54 58 print("""
Note:
See TracChangeset
for help on using the changeset viewer.