VirtualBox

Changeset 30458 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Jun 28, 2010 10:03:55 AM (14 years ago)
Author:
vboxsync
Message:

crOpenGL: don't generated unneeded functinos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_retval.py

    r15532 r30458  
    5151    if apiutil.FindSpecial( "server", func_name ):
    5252        continue
     53    if "VBox" == apiutil.Category(func_name):
     54        continue
    5355    if return_type != 'void':
    5456        print '%s SERVER_DISPATCH_APIENTRY crServerDispatch%s( %s )' % ( return_type, func_name, apiutil.MakeDeclarationString(params))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette