1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-20 13:55:14 +00:00
qb64/internal/source/data108.txt
SMcNeill 3941732ed5 Push for Luke that fixes the CLOCK routine to stop massive IDE lag for LINUX users.
Also set name for new commands to _DESKTOPWIDTH, _DESKTOPHEIHT, _SCREENICON as the community seemed to prefer them.
2014-07-11 02:57:14 -04:00

15 lines
655 B
Plaintext

qbs*oldstr9075=NULL;
if(_SUB_IDEPAR_STRING_TITLE->tmp||_SUB_IDEPAR_STRING_TITLE->fixed||_SUB_IDEPAR_STRING_TITLE->readonly){
oldstr9075=_SUB_IDEPAR_STRING_TITLE;
if (oldstr9075->cmem_descriptor){
_SUB_IDEPAR_STRING_TITLE=qbs_new_cmem(oldstr9075->len,0);
}else{
_SUB_IDEPAR_STRING_TITLE=qbs_new(oldstr9075->len,0);
}
memcpy(_SUB_IDEPAR_STRING_TITLE->chr,oldstr9075->chr,oldstr9075->len);
}
byte_element_struct *byte_element_9076=NULL;
if (!byte_element_9076){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_9076=(byte_element_struct*)(mem_static_pointer-12); else byte_element_9076=(byte_element_struct*)mem_static_malloc(12);
}