Correct a 64-bit bug in event_time_after
authorMikael Magnusson <mikachu@gmail.com>
Sun, 26 Oct 2008 23:10:57 +0000 (00:10 +0100)
committerMikael Magnusson <mikachu@gmail.com>
Sun, 26 Oct 2008 23:27:57 +0000 (00:27 +0100)
commitf34b2571b99f40885548fc3ea7c8c5b45ba64335
tree403d37cddf7f6c10d739dc39baaeeb0d6fde8ef9
parent4a9b25ad58d9098bf55d04ca907f2f3865dea7e0
Correct a 64-bit bug in event_time_after

The code assumed the timestamps had the same domain as the type Xlib
uses for them, which is almost never the case with Xlib. Change all
involved variables to guint32.
openbox/event.c
openbox/event.h