Searched refs:title_length (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwindowswm.c483 unsigned int title_length, title_max; local in function:ProcWindowsWMFrameSetTitle
503 title_length = stuff->title_length;
506 if (title_max < title_length)
513 title_bytes = malloc (title_length+1);
514 strncpy (title_bytes, (unsigned char *) &stuff[1], title_length);
515 title_bytes[title_length] = '\0';
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dwindowswm.h189 unsigned int title_length,
H A Dwindowswmstr.h165 CARD32 title_length; member in struct:_WindowsWMFrameSetTitle
H A Dapplewmproto.h275 CARD32 title_length; member in struct:_AppleWMFrameDraw
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Dapplewm.c590 unsigned int title_length, title_max;
604 title_length = stuff->title_length;
607 if (title_max < title_length)
614 title_length, title_bytes);
586 unsigned int title_length, title_max; local in function:ProcAppleWMFrameDraw
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Dapplewm.c587 unsigned int title_length, title_max; local in function:ProcAppleWMFrameDraw
601 title_length = stuff->title_length;
604 if (title_max < title_length)
611 title_length, title_bytes);

Completed in 12 milliseconds