Changeset 93384 in vbox
- Timestamp:
- Jan 20, 2022 7:48:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-helper.h
r93383 r93384 82 82 * Register notification callback for display offsets change event. 83 83 * 84 * @param pfn NotificationCallbackNotification callback.84 * @param pfnCb Notification callback. 85 85 */ 86 DECLCALLBACKMEMBER(void, pfnSubscribeDisplayOffsetChangeNotification, (FNDISPLAYOFFSETCHANGE *pfn NotificationCallback));86 DECLCALLBACKMEMBER(void, pfnSubscribeDisplayOffsetChangeNotification, (FNDISPLAYOFFSETCHANGE *pfnCb)); 87 87 88 88 /**
Note:
See TracChangeset
for help on using the changeset viewer.