Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstudiox_screen_driver.c729 LPARAM lparam = MAKELPARAM(dirty_area->gx_rectangle_right, dirty_area->gx_rectangle_bottom); in _gx_system_dirty_partial_add() local
730 PostMessage(target_win_handle, GUIX_DIRTY, wparam, lparam); in _gx_system_dirty_partial_add()
Dtarget_screen.cpp134 LPARAM lparam = MAKELPARAM(invalid.gx_rectangle_right, invalid.gx_rectangle_bottom); in RefreshSelectedWidgets() local
135 PostMessage(get_target_win_handle(), GUIX_DIRTY, wparam, lparam); in RefreshSelectedWidgets()