Searched refs:title_bytes (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprAppleWM.c122 const unsigned char *title_bytes)
131 title_len, title_bytes) != Success)
115 xprFrameDraw(WindowPtr pWin,xp_frame_class class,xp_frame_attr attr,const BoxRec * outer,const BoxRec * inner,unsigned int title_len,const unsigned char * title_bytes) argument
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DxprAppleWM.c124 const unsigned char *title_bytes)
133 title_len, title_bytes) != Success) {
118 xprFrameDraw(WindowPtr pWin,xp_frame_class class,xp_frame_attr attr,const BoxRec * outer,const BoxRec * inner,unsigned int title_len,const unsigned char * title_bytes) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DapplewmExt.h54 const unsigned char *title_bytes);
H A Dapplewm.c591 unsigned char *title_bytes;
610 title_bytes = (unsigned char *) &stuff[1];
614 title_length, title_bytes);
587 unsigned char *title_bytes; local in function:ProcAppleWMFrameDraw
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DapplewmExt.h51 const unsigned char *title_bytes);
H A Dapplewm.c588 unsigned char *title_bytes; local in function:ProcAppleWMFrameDraw
607 title_bytes = (unsigned char *)&stuff[1];
611 title_length, title_bytes);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwindowswm.c484 char *title_bytes; local in function:ProcWindowsWMFrameSetTitle
513 title_bytes = malloc (title_length+1);
514 strncpy (title_bytes, (unsigned char *) &stuff[1], title_length);
515 title_bytes[title_length] = '\0';
521 free (title_bytes);
526 SetWindowText (pRLWinPriv->hWnd, title_bytes);
528 free (title_bytes);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dwindowswm.h190 const char * title_bytes);

Completed in 7 milliseconds