Changeset 36306 in vbox for trunk/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/privates.h
- Timestamp:
- Mar 17, 2011 1:49:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/privates.h
r36300 r36306 196 196 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen, pointer val) 197 197 { 198 returndixSetPrivate(privates, _dixGetScreenPrivateKey(key, pScreen), val);198 dixSetPrivate(privates, _dixGetScreenPrivateKey(key, pScreen), val); 199 199 } 200 200
Note:
See TracChangeset
for help on using the changeset viewer.