Ticket #54547: xdotool.patch
File xdotool.patch, 651 bytes (added by vjorlikowski, 7 years ago) |
---|
-
cmd_behave_screen_edge.c
old new 4 4 #include <time.h> /* for clock_gettime */ 5 5 #include <sys/time.h> /* for timeradd and friends */ 6 6 7 #if defined(__APPLE__) && defined(__MACH__)8 /* http://code.google.com/p/semicomplete/issues/detail?id=379 * OS X doesn't support clock_gettime (in at least OSX <= 10.6) */10 # include "osx_hacks.h"11 #endif12 13 7 /* TODO(sissel): Refactor the madness. 14 8 * The event look, delay and quiesce state handling, etc, are all pretty 15 9 * intermingled. This needs a serious refactor into separate functions and