2009-08-17 Michal Suchanek <hramrach@centrum.cz>
Rename variables for clarity. * video/i386/pc/vbe.c (active_mode_info): Renamed to ... (active_vbe_mode_info): ... this. All users updated. (framebuffer): Rename 'active_mode' to 'active_vbe_mode'. All users updated. (initial_mode): Rename to ... (initial_vbe_mode): ... this. All users updated. (mode_in_use): Rename to .. (vbe_mode_in_use): ... this. All users updated. (mode_list): Rename to .. (vbe_mode_list): ... this. All users updated. (grub_vbe_set_video_mode): Rename 'mode' to 'vbe_mode', 'mode_info' to 'vbe_mode_info' and 'old_mode' to 'old_vbe_mode'. (grub_video_vbe_init): Rename 'rm_mode_list' to 'rm_vbe_mode_list' and 'mode_list_size' to 'vbe_mode_list_size'. (grub_video_vbe_setup): Rename 'mode_info' to 'vbe_mode_info', 'best_mode_info' to 'best_vbe_mode_info' and 'best_mode' to 'best_vbe_mode'
This commit is contained in:
parent
6025fcd7f9
commit
2f467aa9ad
2 changed files with 100 additions and 78 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,3 +1,25 @@
|
|||
2009-08-17 Michal Suchanek <hramrach@centrum.cz>
|
||||
|
||||
Rename variables for clarity.
|
||||
|
||||
* video/i386/pc/vbe.c (active_mode_info): Renamed to ...
|
||||
(active_vbe_mode_info): ... this. All users updated.
|
||||
(framebuffer): Rename 'active_mode' to 'active_vbe_mode'.
|
||||
All users updated.
|
||||
(initial_mode): Rename to ...
|
||||
(initial_vbe_mode): ... this. All users updated.
|
||||
(mode_in_use): Rename to ..
|
||||
(vbe_mode_in_use): ... this. All users updated.
|
||||
(mode_list): Rename to ..
|
||||
(vbe_mode_list): ... this. All users updated.
|
||||
(grub_vbe_set_video_mode): Rename 'mode' to 'vbe_mode', 'mode_info' to
|
||||
'vbe_mode_info' and 'old_mode' to 'old_vbe_mode'.
|
||||
(grub_video_vbe_init): Rename 'rm_mode_list' to 'rm_vbe_mode_list' and
|
||||
'mode_list_size' to 'vbe_mode_list_size'.
|
||||
(grub_video_vbe_setup): Rename 'mode_info' to 'vbe_mode_info',
|
||||
'best_mode_info' to 'best_vbe_mode_info' and
|
||||
'best_mode' to 'best_vbe_mode'
|
||||
|
||||
2009-08-17 Michal Suchanek <hramrach@centrum.cz>
|
||||
|
||||
Remove duplicate grub_video_fb_get_video_ptr.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue