Small fix
|
@ -82,7 +82,7 @@ IRRLICHT_TIMESTAMP = $(IRRLICHT_DIR)/timestamp
|
||||||
IRRLICHT_TIMESTAMP_INT = $(ROOT)/deps/irrlicht_timestamp
|
IRRLICHT_TIMESTAMP_INT = $(ROOT)/deps/irrlicht_timestamp
|
||||||
IRRLICHT_URL_HTTP = https://github.com/zaki/irrlicht/archive/$(IRRLICHT_COMMIT).zip
|
IRRLICHT_URL_HTTP = https://github.com/zaki/irrlicht/archive/$(IRRLICHT_COMMIT).zip
|
||||||
|
|
||||||
OPENSSL_VERSION = 1.0.2f
|
OPENSSL_VERSION = 1.0.2g
|
||||||
OPENSSL_DIR = $(ROOT)/deps/openssl
|
OPENSSL_DIR = $(ROOT)/deps/openssl
|
||||||
OPENSSL_LIB = $(OPENSSL_DIR)/libssl.so.1.0.0
|
OPENSSL_LIB = $(OPENSSL_DIR)/libssl.so.1.0.0
|
||||||
OPENSSL_TIMESTAMP = $(OPENSSL_DIR)/timestamp
|
OPENSSL_TIMESTAMP = $(OPENSSL_DIR)/timestamp
|
||||||
|
@ -117,7 +117,7 @@ ICONV_TIMESTAMP = $(ICONV_DIR)/timestamp
|
||||||
ICONV_TIMESTAMP_INT = $(ROOT)/deps/iconv_timestamp
|
ICONV_TIMESTAMP_INT = $(ROOT)/deps/iconv_timestamp
|
||||||
ICONV_URL_HTTP = http://ftp.gnu.org/pub/gnu/libiconv/libiconv-$(ICONV_VERSION).tar.gz
|
ICONV_URL_HTTP = http://ftp.gnu.org/pub/gnu/libiconv/libiconv-$(ICONV_VERSION).tar.gz
|
||||||
|
|
||||||
SQLITE3_VERSION= 3110000
|
SQLITE3_VERSION= 3110100
|
||||||
SQLITE3_DIR = $(ROOT)/deps/sqlite-amalgamation-$(SQLITE3_VERSION)
|
SQLITE3_DIR = $(ROOT)/deps/sqlite-amalgamation-$(SQLITE3_VERSION)
|
||||||
SQLITE3_URL = http://www.sqlite.org/2016/sqlite-amalgamation-$(SQLITE3_VERSION).zip
|
SQLITE3_URL = http://www.sqlite.org/2016/sqlite-amalgamation-$(SQLITE3_VERSION).zip
|
||||||
|
|
||||||
|
|
|
@ -292,7 +292,7 @@ void TouchScreenGUI::init(ISimpleTextureSource* tsrc)
|
||||||
/* init drop button */
|
/* init drop button */
|
||||||
initButton(drop_id,
|
initButton(drop_id,
|
||||||
rect<s32>(m_screensize.X-(0.75*button_size),
|
rect<s32>(m_screensize.X-(0.75*button_size),
|
||||||
m_screensize.Y/2-(1.75*button_size),
|
m_screensize.Y/2-(1.5*button_size),
|
||||||
m_screensize.X,
|
m_screensize.X,
|
||||||
m_screensize.Y/2-(0.75*button_size)),
|
m_screensize.Y/2-(0.75*button_size)),
|
||||||
L"drop", false, SLOW_BUTTON_REPEAT);
|
L"drop", false, SLOW_BUTTON_REPEAT);
|
||||||
|
|
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 692 B After Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 670 B After Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 942 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 917 B After Width: | Height: | Size: 609 B |
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 268 B |
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 691 B After Width: | Height: | Size: 301 B |
Before Width: | Height: | Size: 758 B After Width: | Height: | Size: 767 B |
Before Width: | Height: | Size: 716 B After Width: | Height: | Size: 292 B |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 954 B After Width: | Height: | Size: 315 B |