Home
last modified time | relevance | path

Searched refs:cursorWidth (Results 1 – 2 of 2) sorted by relevance

/openbmc/obmc-ikvm/
H A Dikvm_server.hpp133 static constexpr int cursorWidth = 20; member in ikvm::Server
H A Dikvm_server.cpp44 server->cursor = rfbMakeXCursor(cursorWidth, cursorHeight, (char*)cursor, in Server()