Opened 16 years ago
Closed 16 years ago
#1992 closed defect (fixed)
Small typo error in comment for SDL_USER_EVENT_WINDOW_RESIZE_DONE event
Reported by: | Duilio Protti | Owned by: | |
---|---|---|---|
Component: | documentation | Version: | VirtualBox 1.6.2 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
In source file src/VBox/Frontends/VBoxSDL/VBoxSDL.h it seems to be a error in the comment for the SDL_USER_EVENT_WINDOW_RESIZE_DONE event:
/** custom SDL user event for window resize down */ #define SDL_USER_EVENT_WINDOW_RESIZE_DONE (SDL_USEREVENT + 13)
Probably the comment should say done instead of down:
/** custom SDL user event for window resize done */
Regards,
Duilio Protti.
Note:
See TracTickets
for help on using tickets.
Thanks for the report, fixed. Next time you find such typos please use the vbox-dev mailing list, a bugtracker defect is a bit overweight for such issues ...