[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] [XaAES] Doku



Hello!

I think the XaAES doku is not complet. Here comes some question about things I
found in the sourcecode.

wind_get (.., WF_TOP,.  )
 /* XaAES extention
 * - return the AESid of the app that owns the
 *   window below 				 */
  o[4] = w->next->owner->p->pid;


appl_getinfo:
  /* 8 mouse support */
      1,		/* mouse wheels support */
  /*11 window functions
      bit 9 WF_WHEEL

Are this things official?

 /*15 <-- 64 */
		3,		/* appl_search with long names and additive 
		        APP_TASKINFO available. */
Is this only for XaAES? 
  
graf_mouse have some new cursor, start with the value 270. Are this cursor only
for XaAES or can any programm use this?
Only for Information N.AES have also new cursor, 8 = Sizer, 9 = horizontal
arrows and 10 = vertical arrows.

Gerhard