From 90cc2b2babfbe8b31c12d5ee5d089a1c354d9abb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 10:44:54 +0000 Subject: [PATCH] better comment for Event_Client_Moving --- openbox/dispatch.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openbox/dispatch.h b/openbox/dispatch.h index c12cce10..31116c5c 100644 --- a/openbox/dispatch.h +++ b/openbox/dispatch.h @@ -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; -- 2.39.2