From d848f250cfea77c887600a41ebb1f2633a1c7dfb Mon Sep 17 00:00:00 2001 From: Serhii Sakhno Date: Thu, 18 Aug 2016 23:31:17 +0000 Subject: [PATCH] change default window type git-svn-id: svn://kolibrios.org@6490 a494cfbc-eb01-0410-851d-a64ba20cac60 --- contrib/C_Layer/INCLUDE/kolibri_gui_elements.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/C_Layer/INCLUDE/kolibri_gui_elements.h b/contrib/C_Layer/INCLUDE/kolibri_gui_elements.h index 54c71cab84..a15baee51a 100644 --- a/contrib/C_Layer/INCLUDE/kolibri_gui_elements.h +++ b/contrib/C_Layer/INCLUDE/kolibri_gui_elements.h @@ -150,7 +150,7 @@ kolibri_window * kolibri_new_window(int tlx, int tly, int sizex, int sizey, char new_win->sizex = sizex; new_win->sizey = sizey; new_win->window_title = title; - new_win->XY = 0x00000013; /* All windows are skinned windows with caption for now */ + new_win->XY = 0x33; new_win->elements = NULL; return new_win;