- Timestamp:
- Jan 13, 2025 11:37:54 AM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r106061 r107705 889 889 if (ret) { 890 890 vbox->cursor_data_size = 0; 891 #if RTLNX_VER_MIN(6,4,0) 892 goto out_bo_unpin; 893 #else 891 894 goto out_unreserve_bo; 895 #endif 892 896 } 893 897 … … 914 918 out_bo_unpin: 915 919 vbox_bo_unpin(bo); 916 #e ndif920 #else 917 921 out_unreserve_bo: 922 #endif 918 923 vbox_bo_unreserve(bo); 919 924 out_unref_obj:
Note:
See TracChangeset
for help on using the changeset viewer.