projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
178fdf2
)
better comment for Event_Client_Moving
author
Dana Jansens
<danakj@orodu.net>
Fri, 21 Mar 2003 10:44:54 +0000
(10:44 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 21 Mar 2003 10:44:54 +0000
(10:44 +0000)
openbox/dispatch.h
patch
|
blob
|
history
diff --git
a/openbox/dispatch.h
b/openbox/dispatch.h
index c12cce108913b4c55d1a12a1abaf12d03a71b8cf..31116c5c652fd4fdc1328bae31241d557541d0d1 100644
(file)
--- 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;