VirtualBox

Changeset 35346 in vbox for trunk/src/VBox/GuestHost


Ignore:
Timestamp:
Dec 27, 2010 4:13:13 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69206
Message:

VMM reorg: Moving the public include files from include/VBox to include/VBox/vmm.

Location:
trunk/src/VBox/GuestHost/OpenGL/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_glstate.h

    r34725 r35346  
    4949
    5050#ifndef IN_GUEST
    51 #include <VBox/ssm.h>
     51# include <VBox/vmm/ssm.h>
    5252#endif
    5353
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h

    r34571 r35346  
    2020#include <iprt/err.h>
    2121
    22 #include <VBox/ssm.h>
     22#include <VBox/vmm/ssm.h>
    2323
    2424#ifdef __cplusplus
     
    5656    GLint gX, gY;            /*guest coordinates*/
    5757    GLint hX, hY;            /*host coordinates, screenID related*/
    58    
     58
    5959    int spuWindow;           /*the SPU's corresponding window ID */
    6060
     
    211211    GLfloat alignment_matrix[16], unnormalized_alignment_matrix[16];
    212212    /*@}*/
    213    
     213
    214214    /** tile overlap/blending info - this should probably be per-mural */
    215215    /*@{*/
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