mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 15:06:22 +01:00
mac window
This commit is contained in:
parent
b312344f54
commit
ff2bdda36d
2 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,6 @@
|
||||||
log_message("SESSION", "Begin");
|
log_message("SESSION", "Begin");
|
||||||
log_message("DIRECTORY", DIRECTORY);
|
log_message("DIRECTORY", DIRECTORY);
|
||||||
|
|
||||||
//window_set_showborder(false);
|
|
||||||
|
|
||||||
log_message("SESSION", "> init SurfaceFormat"); __initSurfaceFormat();
|
log_message("SESSION", "> init SurfaceFormat"); __initSurfaceFormat();
|
||||||
log_message("SESSION", "> init Locale"); __initLocale();
|
log_message("SESSION", "> init Locale"); __initLocale();
|
||||||
log_message("SESSION", "> init Theme"); __initTheme();
|
log_message("SESSION", "> init Theme"); __initTheme();
|
||||||
|
|
|
@ -23,6 +23,8 @@ function mac_window_init() {
|
||||||
__win_min_y = 0;
|
__win_min_y = 0;
|
||||||
__win_min_w = 0;
|
__win_min_w = 0;
|
||||||
__win_min_h = 0;
|
__win_min_h = 0;
|
||||||
|
|
||||||
|
window_set_showborder(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
function mac_window_maximize() {
|
function mac_window_maximize() {
|
||||||
|
|
Loading…
Reference in a new issue