Changeset 94427 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/display-helper-generic.cpp
- Timestamp:
- Mar 31, 2022 11:58:08 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150755
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-helper-generic.cpp
r94076 r94427 362 362 } 363 363 364 /**365 * @interface_method_impl{VBCLDISPLAYHELPER,pfnInit}366 */367 364 RTDECL(int) vbcl_hlp_generic_init(void) 368 365 { … … 376 373 } 377 374 378 /**379 * @interface_method_impl{VBCLDISPLAYHELPER,pfnTerm}380 */381 375 RTDECL(int) vbcl_hlp_generic_term(void) 382 376 { … … 395 389 } 396 390 397 /**398 * @interface_method_impl{VBCLDISPLAYHELPER,pfnSubscribeDisplayOffsetChangeNotification}399 */400 391 RTDECL(void) vbcl_hlp_generic_subscribe_display_offset_changed(FNDISPLAYOFFSETCHANGE *pfnCb) 401 392 { … … 403 394 } 404 395 405 /**406 * @interface_method_impl{VBCLDISPLAYHELPER,pfnUnsubscribeDisplayOffsetChangeNotification}407 */408 396 RTDECL(void) vbcl_hlp_generic_unsubscribe_display_offset_changed(void) 409 397 {
Note:
See TracChangeset
for help on using the changeset viewer.