diff options
author | portix <none@none> | 2012-09-13 23:39:35 +0200 |
---|---|---|
committer | portix <none@none> | 2012-09-13 23:39:35 +0200 |
commit | 2371449d81804977e50f5fac95beb0d5e9255725 (patch) | |
tree | 4031f9adfeac3762ac8111232ce24e9d2df34b44 /src/dwb.h | |
parent | 26c6cf9f35ba6a19c4b936b657d9037e8d08d0cc (diff) | |
download | dwb-2371449d81804977e50f5fac95beb0d5e9255725.zip |
Connect ot motion-notify-event; implementing mouseMove-signal
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -442,6 +442,7 @@ enum Signal { SIG_LOAD_ERROR, SIG_LOAD_STATUS_AFTER, SIG_MAIN_FRAME_COMMITTED, + SIG_MOTION_NOTIFY, SIG_PROGRESS, SIG_TITLE, SIG_URI, |