Home
last modified time | relevance | path

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

/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/src/
H A Dview.h248 ROOTS_DECO_PART_TITLEBAR = (1 << 4), enumerator
H A Dcursor.c52 bool is_titlebar = (parts & ROOTS_DECO_PART_TITLEBAR); in seat_view_deco_motion()
99 if (state == WLR_BUTTON_RELEASED && (parts & ROOTS_DECO_PART_TITLEBAR)) { in seat_view_deco_button()
H A Dview.c123 return ROOTS_DECO_PART_TITLEBAR; in view_get_deco_part()