Home
last modified time | relevance | path

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

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c116 #define INSLSTB_Y 144 macro
1344 put_bitmap( BM_INSLISTB, INSLSTB_X, INSLSTB_Y, INSLSTB_W, INSLSTB_H ); in gui_render_inslistb()
5593 ( mousey >= INSLSTB_Y ) && ( mousey < (INSLSTB_Y+INSLSTB_H) ) ) in gui_wheelybin()
5838 ( y >= INSLSTB_Y ) && ( y < (INSLIST_Y+INSLSTB_H) ) ) in gui_mouse_handler()
5842 i = (y-(INSLSTB_Y+4))>>4; in gui_mouse_handler()
5925 ( y >= INSLSTB_Y ) && ( y < (INSLSTB_Y+INSLSTB_H) ) ) in gui_mouse_handler()
5930 i = (y-INSLSTB_Y)>>4; in gui_mouse_handler()