From 0b0e581b9a1a4dcd7e9d77b6904f344b393ae109 Mon Sep 17 00:00:00 2001 From: Noaa Avital Date: Sat, 7 Aug 2004 00:31:41 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4026 --- api/graphics_api.h | 6 +++--- checkin_notes | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/api/graphics_api.h b/api/graphics_api.h index f225e05d88..2b0468c490 100755 --- a/api/graphics_api.h +++ b/api/graphics_api.h @@ -2,17 +2,17 @@ #define BOINC_GRAPHICS_API_H // 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 // extern void app_graphics_render(int xs, int ys, double time_of_day); extern void app_graphics_init(); // called each time a window is opened; - // called in the graphics thread + // called in the graphics thread extern void app_graphics_reread_prefs(); // called when get REREAD_PREFS message from core client. // called in the graphics thread diff --git a/checkin_notes b/checkin_notes index 5aad553c63..ca1de3499e 100755 --- a/checkin_notes +++ b/checkin_notes @@ -16064,12 +16064,7 @@ Daniel 2004-08-06 Noaa 6 August 2004 - - added extern "C" to boinc_init_graphics and boinc_finish_graphics - in graphics_api.h - removed libglut.a from cvs, was accidentally in there - api/ - graphics_api.h - boincglut/lib/glut/ libglut.a (removed) \ No newline at end of file