Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dwindow_gui.h114 WD_RESIZEBOX_RIGHT = 2, ///< Right offset of resize sprite. enumerator
H A Dwidget.cpp552 DrawSprite(SPR_WINDOW_RESIZE_LEFT, PAL_NONE, r.left + WD_RESIZEBOX_RIGHT + clicked, in DrawResizeBox()
556 …DrawSprite(SPR_WINDOW_RESIZE_RIGHT, PAL_NONE, r.right + 1 - WD_RESIZEBOX_RIGHT - d.width + clicked, in DrawResizeBox()
2487 …static const Dimension extra = {WD_RESIZEBOX_LEFT + WD_RESIZEBOX_RIGHT, WD_RESIZEBOX_TOP + WD_RESI… in SetupSmallestSize()