Backport Mac OS X build fix
This commit is contained in:
parent
059f1f37d7
commit
2c89ce8f60
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define _scrollbar__hpp__defined__
|
||||
|
||||
#include <wx/scrolbar.h>
|
||||
#include <functional>
|
||||
|
||||
class scroll_bar : public wxScrollBar
|
||||
{
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include "library/utf8.hpp"
|
||||
#include <wx/dc.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/image.h>
|
||||
|
||||
extern const uint32_t text_framebuffer::element::white = 0xFFFFFF;
|
||||
extern const uint32_t text_framebuffer::element::black = 0x000000;
|
||||
|
|
Loading…
Add table
Reference in a new issue