Home
last modified time | relevance | path

Searched refs:title_bytes (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwindowswm.c447 char *title_bytes; in ProcWindowsWMFrameSetTitle() local
477 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()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprAppleWM.c124 const unsigned char *title_bytes) in xprFrameDraw() argument
133 title_len, title_bytes) != Success) { in xprFrameDraw()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DapplewmExt.h51 const unsigned char *title_bytes);
H A Dapplewm.c588 unsigned char *title_bytes; in ProcAppleWMFrameDraw() local
607 title_bytes = (unsigned char *)&stuff[1]; in ProcAppleWMFrameDraw()
611 title_length, title_bytes); in ProcAppleWMFrameDraw()