Home
last modified time | relevance | path

Searched refs:AGDRIVER_BOUNDED_WIDTH (Results 1 – 3 of 3) sorted by relevance

/dports/devel/agar/agar-1.5.0/gui/
H A Ddrv.h179 #define AGDRIVER_BOUNDED_WIDTH(win,x) (((x) < 0) ? 0 : \ macro
H A Ddrv_wgl.c613 dev->data.button.x = AGDRIVER_BOUNDED_WIDTH(win, x); in WndProc()
630 dev->data.button.x = AGDRIVER_BOUNDED_WIDTH(win, x); in WndProc()
649 dev->data.button.x = AGDRIVER_BOUNDED_WIDTH(win, x); in WndProc()
H A Ddrv_glx.c559 x = AGDRIVER_BOUNDED_WIDTH(win, xev.xmotion.x); in GLX_GetNextEvent()
575 x = AGDRIVER_BOUNDED_WIDTH(win, xev.xbutton.x); in GLX_GetNextEvent()
593 x = AGDRIVER_BOUNDED_WIDTH(win, xev.xbutton.x); in GLX_GetNextEvent()