mirror of https://github.com/stella-emu/stella.git
Fix warning, and add ToolTip to Linux build.
This commit is contained in:
parent
6e88a95965
commit
fc7a21285f
|
@ -123,7 +123,7 @@ class Dialog : public GuiObject
|
|||
*/
|
||||
bool shouldResize(uInt32& w, uInt32& h) const;
|
||||
|
||||
ToolTip& tooltip() { return *_toolTip; };
|
||||
ToolTip& tooltip() { return *_toolTip; }
|
||||
//bool enableToolTip();
|
||||
//void showToolTip(int x, int y);
|
||||
//void hideToolTip();
|
||||
|
|
|
@ -49,6 +49,7 @@ MODULE_OBJS := \
|
|||
src/gui/TimeLineWidget.o \
|
||||
src/gui/TimeMachineDialog.o \
|
||||
src/gui/TimeMachine.o \
|
||||
src/gui/ToolTip.o \
|
||||
src/gui/UndoHandler.o \
|
||||
src/gui/UIDialog.o \
|
||||
src/gui/VideoAudioDialog.o \
|
||||
|
|
Loading…
Reference in New Issue