Changeset 27889 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_viewport.c
- Timestamp:
- Mar 31, 2010 12:57:09 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59577
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_viewport.c
r20028 r27889 63 63 crServerComputeViewportBounds(const CRViewportState *v, CRMuralInfo *mural) 64 64 { 65 #if 0 65 66 static GLuint serialNo = 1; 66 67 int i; … … 182 183 } 183 184 mural->viewportValidated = GL_TRUE; 185 #endif 184 186 } 185 187 … … 193 195 crServerSetOutputBounds( const CRMuralInfo *mural, int extNum ) 194 196 { 197 #if 0 195 198 const CRExtent *extent = mural->extents + extNum; 196 199 CRASSERT(mural->viewportValidated); … … 219 222 cr_server.currentSerialNo = extent->serialNo; 220 223 } 224 #endif 221 225 } 222 226 … … 278 282 * process of decoding the BoundsInfo packet, so no worries. */ 279 283 crStateViewport( x, y, width, height ); 280 281 if (mural) mural->viewportValidated = GL_FALSE;282 284 } 283 285
Note:
See TracChangeset
for help on using the changeset viewer.