forked from KolibriOS/kolibrios
change default window type
git-svn-id: svn://kolibrios.org@6490 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
3130a376e1
commit
d848f250cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user