Searched refs:GEM_message (Results 1 – 2 of 2) sorted by relevance
95 GEM_message[0] = WM_ICONIFY; in GEM_IconifyWindow()96 GEM_message[1] = gl_apid; in GEM_IconifyWindow()97 GEM_message[2] = 0; in GEM_IconifyWindow()98 GEM_message[3] = GEM_handle; in GEM_IconifyWindow()99 GEM_message[4] = 0; in GEM_IconifyWindow()100 GEM_message[5] = GEM_desk_h-ICONHEIGHT; in GEM_IconifyWindow()101 GEM_message[6] = ICONWIDTH; in GEM_IconifyWindow()102 GEM_message[7] = ICONHEIGHT; in GEM_IconifyWindow()104 appl_write(gl_apid, sizeof(GEM_message), GEM_message); in GEM_IconifyWindow()
134 #define GEM_message (this->hidden->message) macro