From 4a3be34114bc1330c6e5176e3cfb162e6380619f Mon Sep 17 00:00:00 2001 From: Noaa Avital Date: Mon, 9 Aug 2004 22:57:29 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4035 --- api/graphics_api.h | 2 ++ checkin_notes | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/api/graphics_api.h b/api/graphics_api.h index 2b0468c490..4cb903773f 100755 --- a/api/graphics_api.h +++ b/api/graphics_api.h @@ -3,8 +3,10 @@ // The API (functions called by the app) +extern "C"{ extern int boinc_init_graphics(); extern int boinc_finish_graphics(); +} // Functions that must be supplied by the app // application needs to define mouse, keyboard handlers diff --git a/checkin_notes b/checkin_notes index a6f4f399f3..bb28b5e18b 100755 --- a/checkin_notes +++ b/checkin_notes @@ -16100,7 +16100,8 @@ Daniel 2004-08-06 Noaa 9 August 2004 - changed version of x_opengl no print statements handles fullscreen + - added extern "C" around protos in graphics_api.h api/ x_opengl.C - + graphics_api.h