X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fdispatch.h;fp=openbox%2Fdispatch.h;h=31116c5c652fd4fdc1328bae31241d557541d0d1;hb=90cc2b2babfbe8b31c12d5ee5d089a1c354d9abb;hp=c12cce108913b4c55d1a12a1abaf12d03a71b8cf;hpb=178fdf254d35c7af40ee5f09e7ade9d2fcdc5ec5;p=chaz%2Fopenbox 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;