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

/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c192 #define WINDOW_NAME_BUF_LEN 512 macro
194 static char buf[WINDOW_NAME_BUF_LEN];
207 len = min(prop->size, WINDOW_NAME_BUF_LEN - 1);
215 #undef WINDOW_NAME_BUF_LEN

Completed in 6 milliseconds