Home
last modified time | relevance | path

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

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