Home
last modified time | relevance | path

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

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dasinternals.h171 #define ASWT_TO_ICONIC (0x01<<1) macro
177 ASWT_Withdrawn2Iconic = ASWT_FROM_WITHDRAWN|ASWT_TO_ICONIC,
178 ASWT_Normal2Iconic = ASWT_TO_ICONIC,
H A Devents.c1306 if (get_flags (asw->wm_state_transition, ASWT_TO_ICONIC)) { /* we finally reached iconic state : */ in HandleUnmapNotify()