From 3c414e7668d6db3ac738f8850b9e038495ee5e3a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 8 Feb 2011 23:42:18 +0000 Subject: Stop win32 frontend using 100% cpu time when idle svn path=/trunk/netsurf/; revision=11633 --- windows/schedule.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'windows/schedule.h') diff --git a/windows/schedule.h b/windows/schedule.h index 77fb24283..2c9b55f82 100644 --- a/windows/schedule.h +++ b/windows/schedule.h @@ -1,6 +1,5 @@ /* * Copyright 2008 Vincent Sanders - * Copyright 2009 Mark Benjamin * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -17,10 +16,10 @@ * along with this program. If not, see . */ -#ifndef _NETSURF_WINDOWS_SCHEDULE_H_ -#define _NETSURF_WINDOWS_SCHEDULE_H_ +#ifndef FRAMEBUFFER_SCHEDULE_H +#define FRAMEBUFFER_SCHEDULE_H +int schedule_run(void); void list_schedule(void); -bool schedule_run(void); #endif -- cgit v1.2.3