Searched refs:title_bytes (Results 1 – 4 of 4) sorted by relevance
447 char *title_bytes; in ProcWindowsWMFrameSetTitle() local477 title_bytes = malloc(title_length + 1); in ProcWindowsWMFrameSetTitle()478 strncpy(title_bytes, (char *) &stuff[1], title_length); in ProcWindowsWMFrameSetTitle()479 title_bytes[title_length] = '\0'; in ProcWindowsWMFrameSetTitle()484 free(title_bytes); in ProcWindowsWMFrameSetTitle()489 SetWindowText(pRLWinPriv->hWnd, title_bytes); in ProcWindowsWMFrameSetTitle()491 free(title_bytes); in ProcWindowsWMFrameSetTitle()
124 const unsigned char *title_bytes) in xprFrameDraw() argument133 title_len, title_bytes) != Success) { in xprFrameDraw()
51 const unsigned char *title_bytes);
588 unsigned char *title_bytes; in ProcAppleWMFrameDraw() local607 title_bytes = (unsigned char *)&stuff[1]; in ProcAppleWMFrameDraw()611 title_length, title_bytes); in ProcAppleWMFrameDraw()