mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
mac window
This commit is contained in:
parent
b312344f54
commit
ff2bdda36d
@ -63,8 +63,6 @@
|
||||
log_message("SESSION", "Begin");
|
||||
log_message("DIRECTORY", DIRECTORY);
|
||||
|
||||
//window_set_showborder(false);
|
||||
|
||||
log_message("SESSION", "> init SurfaceFormat"); __initSurfaceFormat();
|
||||
log_message("SESSION", "> init Locale"); __initLocale();
|
||||
log_message("SESSION", "> init Theme"); __initTheme();
|
||||
|
@ -23,6 +23,8 @@ function mac_window_init() {
|
||||
__win_min_y = 0;
|
||||
__win_min_w = 0;
|
||||
__win_min_h = 0;
|
||||
|
||||
window_set_showborder(false);
|
||||
}
|
||||
|
||||
function mac_window_maximize() {
|
||||
|
Loading…
Reference in New Issue
Block a user