X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=OSX%2Fjwxyz-timers.h;fp=OSX%2Fjwxyz-timers.h;h=0000000000000000000000000000000000000000;hp=e9fa6488e77e9fa5713e6dda159b7a28dabda261;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/OSX/jwxyz-timers.h b/OSX/jwxyz-timers.h deleted file mode 100644 index e9fa6488..00000000 --- a/OSX/jwxyz-timers.h +++ /dev/null @@ -1,26 +0,0 @@ -/* xscreensaver, Copyright (c) 2006-2014 Jamie Zawinski - * - * Permission to use, copy, modify, distribute, and sell this software and its - * documentation for any purpose is hereby granted without fee, provided that - * the above copyright notice appear in all copies and that both that - * copyright notice and this permission notice appear in supporting - * documentation. No representations are made about the suitability of this - * software for any purpose. It is provided "as is" without express or - * implied warranty. - */ - -/* This is the OSX implementation of Xt timers, for libjwxyz. - */ - -#ifndef __JWXYZ_TIMERS_H__ -#define __JWXYZ_TIMERS_H__ - -#include "jwxyz.h" - -typedef struct jwxyz_sources_data jwxyz_sources_data; - -extern jwxyz_sources_data *jwxyz_sources_init (XtAppContext); -extern void jwxyz_sources_free (jwxyz_sources_data *); -extern void jwxyz_sources_run (jwxyz_sources_data *); - -#endif /* __JWXYZ_TIMERS_H__ */