[Commits] [wesnoth/wesnoth] 954e06: Move create_rect to the sdl namespace.
GitHub
noreply at github.com
Sat May 31 20:13:53 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 954e068a5488ef99a61535e04859ab8d3b7a8998
https://github.com/wesnoth/wesnoth/commit/954e068a5488ef99a61535e04859ab8d3b7a8998
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-05-31 (Sat, 31 May 2014)
Changed paths:
M src/CMakeLists.txt
M src/SConscript
M src/about.cpp
M src/attack_prediction_display.cpp
M src/cursor.cpp
M src/dialogs.cpp
M src/display.cpp
M src/display.hpp
M src/editor/action/mouse/mouse_action.cpp
M src/editor/action/mouse/mouse_action_map_label.cpp
M src/editor/action/mouse/mouse_action_village.cpp
M src/editor/palette/tristate_button.cpp
M src/floating_textbox.cpp
M src/font.cpp
M src/game_preferences_display.cpp
M src/generators/mapgen_dialog.cpp
M src/gui/auxiliary/canvas.cpp
M src/gui/widgets/helper.cpp
M src/gui/widgets/window.cpp
M src/halo.cpp
M src/hotkey/hotkey_preferences_display.cpp
M src/image.cpp
M src/image_modifications.cpp
M src/loadscreen.cpp
M src/menu_events.cpp
M src/minimap.cpp
M src/multiplayer.cpp
M src/multiplayer_create.cpp
M src/multiplayer_lobby.cpp
M src/multiplayer_ui.cpp
M src/multiplayer_wait.cpp
A src/sdl/rect.cpp
A src/sdl/rect.hpp
M src/sdl/texture.cpp
M src/sdl_utils.cpp
M src/sdl_utils.hpp
M src/storyscreen/render.cpp
M src/tests/gui/test_drop_target.cpp
M src/tools/exploder_cutter.cpp
M src/unit.cpp
M src/unit_frame.cpp
M src/video.cpp
M src/widgets/menu.cpp
M src/widgets/progressbar.cpp
M src/widgets/scrollbar.cpp
M src/widgets/slider.cpp
M src/widgets/textbox.cpp
M src/widgets/widget.cpp
Log Message:
-----------
Move create_rect to the sdl namespace.
This library dependency issues with CMake.
More information about the Commits
mailing list