VirtualBox

Ignore:
Timestamp:
Mar 31, 2010 12:57:09 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59577
Message:

crOpenGL: more code for multiscreen support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_viewport.c

    r20028 r27889  
    6363crServerComputeViewportBounds(const CRViewportState *v, CRMuralInfo *mural)
    6464{
     65#if 0
    6566        static GLuint serialNo = 1;
    6667        int i;
     
    182183        }
    183184        mural->viewportValidated = GL_TRUE;
     185#endif
    184186}
    185187
     
    193195crServerSetOutputBounds( const CRMuralInfo *mural, int extNum )
    194196{
     197#if 0
    195198        const CRExtent *extent = mural->extents + extNum;
    196199        CRASSERT(mural->viewportValidated);
     
    219222                cr_server.currentSerialNo = extent->serialNo;
    220223        }               
     224#endif
    221225}
    222226
     
    278282                        * process of decoding the BoundsInfo packet, so no worries. */
    279283                 crStateViewport( x, y, width, height );
    280 
    281                  if (mural) mural->viewportValidated = GL_FALSE;
    282284        }
    283285
Note: See TracChangeset for help on using the changeset viewer.

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