Changeset 23840 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib
- Timestamp:
- Oct 17, 2009 2:51:40 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53598
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c
r21576 r23840 119 119 } 120 120 121 void crServerCheckCurrentCtxWindowCB(unsigned long key, void *data1, void *data2)122 {123 CRContext *crCtx = (CRContext *) data1;124 GLint window = *(GLint*)data2;125 126 (void) key;127 }128 129 121 void SERVER_DISPATCH_APIENTRY 130 122 crServerDispatchWindowDestroy( GLint window ) … … 194 186 } 195 187 196 crHashtableWalk(cr_server.contextTable, crServerCheckCurrentCtxWindowCB, &window);197 188 crHashtableDelete(cr_server.pWindowCreateInfoTable, window, crServerCreateInfoDeleteCB); 198 189 crHashtableDelete(cr_server.muralTable, window, crFree); 199 190 } 200 201 191 202 192 void SERVER_DISPATCH_APIENTRY
Note:
See TracChangeset
for help on using the changeset viewer.