Home
last modified time | relevance | path

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

/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dplacement.c1909 SGET_START_DESK(*pstyle) = atoi(rm_value.addr); in __place_handle_x_resources()
1911 if (SGET_START_DESK(*pstyle) > -1) in __place_handle_x_resources()
1914 *pstyle, SGET_START_DESK(*pstyle) + 1); in __place_handle_x_resources()
2272 start_style.desk = SGET_START_DESK(*pstyle); in setup_window_placement()
H A Dstyle.h492 #define SGET_START_DESK(s) \ macro
H A Dstyle.c445 SSET_START_DESK(*merged_style, SGET_START_DESK(*add_style)); in merge_styles()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dplacement.c2033 SGET_START_DESK(*pstyle) = atoi(rm_value.addr); in __place_handle_x_resources()
2035 if (SGET_START_DESK(*pstyle) > -1) in __place_handle_x_resources()
2038 *pstyle, SGET_START_DESK(*pstyle) + 1); in __place_handle_x_resources()
2390 start_style.desk = SGET_START_DESK(*pstyle); in setup_window_placement()
H A Dstyle.h495 #define SGET_START_DESK(s) \ macro
H A Dstyle.c444 SSET_START_DESK(*merged_style, SGET_START_DESK(*add_style)); in merge_styles()