better comment for Event_Client_Moving

This commit is contained in:
Dana Jansens 2003-03-21 10:44:54 +00:00
parent 178fdf254d
commit 90cc2b2bab

View file

@ -46,7 +46,9 @@ typedef struct {
int num[2];
/* Event_Client_Desktop: num[0] = new number, num[1] = old number
Event_Client_Urgent: num[0] = urgent state
Event_Client_Moving: num[0] = dest x coord, num[1] = dest y coord
Event_Client_Moving: num[0] = dest x coord, num[1] = dest y coord --
change these in the handler to adjust where the
window will be placed
*/
} EventData_Client;