Changeset 21379 in vbox for trunk/src/VBox/GuestHost/OpenGL/state_tracker
- Timestamp:
- Jul 8, 2009 8:21:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_client.c
r21308 r21379 1315 1315 #define CRSTATE_IS_SERVER_CP(cp) (!(cp).enabled || !(cp).p || ((cp).buffer && (cp).buffer->name)) 1316 1316 1317 static crStateDumpClientPointer(CRClientPointer *cp, const char *name, int i)1317 static void crStateDumpClientPointer(CRClientPointer *cp, const char *name, int i) 1318 1318 { 1319 1319 if (i<0 && cp->enabled)
Note:
See TracChangeset
for help on using the changeset viewer.