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

/xsrc/external/mit/ctwm/dist/
H A Dicons.c516 unsigned int IconDepth, IconWidth, IconHeight; local in function:CreateIconWindow
519 &JunkRoot, &JunkX, &JunkY, &IconWidth, &IconHeight, &JunkBW, &IconDepth)) {
521 image->width = IconWidth;
538 &JunkRoot, &JunkX, &JunkY, &IconWidth, &IconHeight, &JunkBW, &IconDepth) &&
542 image->mask = XCreatePixmap(dpy, Scr->Root, IconWidth, IconHeight, 1);
547 0, 0, IconWidth, IconHeight, 0, 0);
H A Devent_handlers.c1402 unsigned int IconWidth, IconHeight, IconDepth; local in function:HandlePropertyNotify
1405 &JunkX, &JunkY, &IconWidth, &IconHeight, &JunkBW,
1413 mask = XCreatePixmap(dpy, Scr->Root, IconWidth, IconHeight, 1);
1422 0, 0, IconWidth, IconHeight, 0, 0);

Completed in 6 milliseconds