Changeset 78190 in vbox for trunk/src/VBox/GuestHost/OpenGL/error
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo
-
old new 9 9 /branches/VBox-5.1:112367,115992,116543,116550,116568,116573 10 10 /branches/VBox-5.2:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124260,124263,124271,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812 11 /branches/aeichner/vbox-chromium-cleanup:129816,129818-129851,129853-129861,129871-129872,129876,129880,129882,130013-130015,130036,130094-130095 11 12 /branches/andy/draganddrop:90781-91268 12 13 /branches/andy/guestctrl20:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox
- Property svn:mergeinfo
-
old new 9 9 /branches/VBox-5.1/src/VBox:112367,116543,116550,116568,116573 10 10 /branches/VBox-5.2/src/VBox:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124263,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812,127158-127159,127162-127167,127180 11 /branches/aeichner/vbox-chromium-cleanup/src/VBox:129818-129851,129853-129861,129871-129872,129876,129880,129882,130013-130015,130094-130095 11 12 /branches/andy/draganddrop/src/VBox:90781-91268 12 13 /branches/andy/guestctrl20/src/VBox:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox/GuestHost/OpenGL/error/errorspu_init.c
r69392 r78190 38 38 } 39 39 40 static SPUOptions errorSPUOptions[] = {41 { NULL, CR_BOOL, 0, NULL, NULL, NULL, NULL, NULL },42 };43 44 40 45 41 int SPULoad( char **name, char **super, SPUInitFuncPtr *init, 46 42 SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup, 47 SPUOptionsPtr *options,int *flags )43 int *flags ) 48 44 { 49 45 #ifdef IN_GUEST … … 56 52 *self = errorSPUSelfDispatch; 57 53 *cleanup = errorSPUCleanup; 58 *options = errorSPUOptions;59 54 *flags = (SPU_NO_PACKER|SPU_NOT_TERMINAL|SPU_MAX_SERVERS_ZERO); 60 55
Note:
See TracChangeset
for help on using the changeset viewer.