Ticket #54547: xdotool.patch

File xdotool.patch, 651 bytes (added by vjorlikowski, 7 years ago)

Removal of osx_hacks.h definition

  • cmd_behave_screen_edge.c

    old new  
    44#include <time.h> /* for clock_gettime */
    55#include <sys/time.h> /* for timeradd and friends */
    66
    7 #if defined(__APPLE__) && defined(__MACH__)
    8 /* http://code.google.com/p/semicomplete/issues/detail?id=37
    9  * OS X doesn't support clock_gettime (in at least OSX <= 10.6) */
    10 #  include "osx_hacks.h"
    11 #endif
    12 
    137/* TODO(sissel): Refactor the madness.
    148 * The event look, delay and quiesce state handling, etc, are all pretty
    159 * intermingled. This needs a serious refactor into separate functions and