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

/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1641 const char* kWidthAttrName = "Media:Width"; local
1645 ssize_t attrSize = node.ReadAttr(kWidthAttrName, B_INT32_TYPE, 0,
1648 node.WriteAttr(kWidthAttrName, B_INT32_TYPE, 0, &width, sizeof(width));

Completed in 17 milliseconds