Changeset 65124 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jan 4, 2017 5:34:14 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112627
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/glx.c
r63204 r65124 508 508 ** Solution: We don't support 509 509 ** glXCopyContext anyway so we'll just 510 ** #ifdef out the code.510 ** \#ifdef out the code. 511 511 */ 512 512 DECLEXPORT(void) 513 513 VBOXGLXTAG(glXCopyContext)( Display *dpy, GLXContext src, GLXContext dst, 514 514 #if defined(AIX) || defined(PLAYSTATION2) 515 GLuint mask )515 GLuint mask 516 516 #elif defined(SunOS) 517 unsigned long mask )517 unsigned long mask 518 518 #else 519 unsigned long mask )519 unsigned long mask 520 520 #endif 521 ) 521 522 { 522 523 (void) dpy; -
trunk/src/VBox/Additions/common/pam/pam_vbox.cpp
r62882 r65124 115 115 * Displays an error message. 116 116 * 117 * @param hPAM PAM handle. 117 118 * @param pszFormat The message text. 118 119 * @param ... Format arguments. … … 137 138 * Displays a debug message. 138 139 * 140 * @param hPAM PAM handle. 139 141 * @param pszFormat The message text. 140 142 * @param ... Format arguments. … … 675 677 * @param hPAM PAM handle. 676 678 * @param uClientID Guest property service client ID. 677 * @param pszKey Key (name) of guest property to wait for.678 679 * @param uTimeoutMS Timeout (in ms) to wait for the change. Specify 679 680 * RT_INDEFINITE_WAIT to wait indefinitly.
Note:
See TracChangeset
for help on using the changeset viewer.