[Commits] [wesnoth/wesnoth] c44163: Move fill_rect to sdl/rect.hpp.
GitHub
noreply at github.com
Tue Jun 3 18:43:50 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: c441630467849d7b21bbe2228364f64ad7d69de3
https://github.com/wesnoth/wesnoth/commit/c441630467849d7b21bbe2228364f64ad7d69de3
Author: Boldizsár Lipka <lipkab at zoho.com>
Date: 2014-06-03 (Tue, 03 Jun 2014)
Changed paths:
M src/attack_prediction_display.cpp
M src/display.cpp
M src/editor/action/mouse/mouse_action.cpp
M src/font.cpp
M src/gui/widgets/widget.cpp
M src/intro.cpp
M src/loadscreen.cpp
M src/minimap.cpp
M src/multiplayer.cpp
M src/multiplayer_create.cpp
M src/sdl/rect.cpp
M src/sdl/rect.hpp
M src/sdl/utils.cpp
M src/sdl/utils.hpp
M src/widgets/progressbar.cpp
M src/widgets/slider.cpp
M src/widgets/textbox.cpp
Log Message:
-----------
Move fill_rect to sdl/rect.hpp.
Commit: 51095a3df1008c04cf1cf41ada9c1c46812e0726
https://github.com/wesnoth/wesnoth/commit/51095a3df1008c04cf1cf41ada9c1c46812e0726
Author: Boldizsár Lipka <lipkab at zoho.com>
Date: 2014-06-03 (Tue, 03 Jun 2014)
Changed paths:
M src/attack_prediction_display.cpp
M src/display.cpp
M src/editor/action/mouse/mouse_action.cpp
M src/font.cpp
M src/gui/widgets/widget.cpp
M src/intro.cpp
M src/loadscreen.cpp
M src/minimap.cpp
M src/multiplayer.cpp
M src/multiplayer_create.cpp
M src/sdl/rect.cpp
M src/sdl/rect.hpp
M src/sdl/utils.cpp
M src/widgets/progressbar.cpp
M src/widgets/slider.cpp
M src/widgets/textbox.cpp
Log Message:
-----------
sdl_fill_rect -> fill_rect.
As the function is now part of the sdl namespace, the sdl_ prefix is
quite redundant.
Commit: 7f499f7f5070e91807f552c2b96f8e75d3c9983a
https://github.com/wesnoth/wesnoth/commit/7f499f7f5070e91807f552c2b96f8e75d3c9983a
Author: Boldizsár Lipka <lipkab at zoho.com>
Date: 2014-06-03 (Tue, 03 Jun 2014)
Changed paths:
M src/sdl/rect.cpp
M src/sdl/rect.hpp
Log Message:
-----------
Add fill_rect and draw_rect for SDL_Renderer.
Compare: https://github.com/wesnoth/wesnoth/compare/eb9076af9a7c...7f499f7f5070
More information about the Commits
mailing list