Changed SDL1 references to SDL2
SDL1 calls to SDL2 ones Changed references to Guichan to Guisan Changed references to renamed paths
This commit is contained in:
parent
3497882b5b
commit
8983c0c5a3
110 changed files with 12236 additions and 791 deletions
|
@ -1,7 +1,7 @@
|
|||
#include <guichan.hpp>
|
||||
#include <SDL/SDL_ttf.h>
|
||||
#include <guichan/sdl.hpp>
|
||||
#include "sdltruetypefont.hpp"
|
||||
#include <guisan.hpp>
|
||||
#include <SDL_ttf.h>
|
||||
#include <guisan/sdl.hpp>
|
||||
#include "guisan/sdl/sdltruetypefont.hpp"
|
||||
#include "SelectorEntry.hpp"
|
||||
#include "UaeRadioButton.hpp"
|
||||
#include "UaeDropDown.hpp"
|
||||
|
@ -329,7 +329,7 @@ void InitPanelHD(const struct _ConfigCategory& category)
|
|||
listEntry[row] = new gcn::Container();
|
||||
listEntry[row]->setSize(category.panel->getWidth() - 2 * DISTANCE_BORDER, TEXTFIELD_HEIGHT + 4);
|
||||
listEntry[row]->setBaseColor(gui_baseCol);
|
||||
listEntry[row]->setFrameSize(0);
|
||||
listEntry[row]->setBorderSize(0);
|
||||
|
||||
listCmdProps[row] = new gcn::Button("...");
|
||||
listCmdProps[row]->setBaseColor(gui_baseCol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue