From 0ec5695fb65e628e298935de594682090a637b35 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 13 Apr 2009 01:27:35 +0000 Subject: [PATCH] Renamed GraphicsServices. --- GraphicsServices/{GraphicsServices.h => GSEvent.h} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename GraphicsServices/{GraphicsServices.h => GSEvent.h} (97%) diff --git a/GraphicsServices/GraphicsServices.h b/GraphicsServices/GSEvent.h similarity index 97% rename from GraphicsServices/GraphicsServices.h rename to GraphicsServices/GSEvent.h index c4c349f..19ac32a 100644 --- a/GraphicsServices/GraphicsServices.h +++ b/GraphicsServices/GSEvent.h @@ -35,8 +35,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef GRAPHICSSERVICES_GRAPHICSSERVICS_H_ -#define GRAPHICSSERVICES_GRAPHICSSERVICS_H_ +#ifndef GRAPHICSSERVICES_GSEVENT_H_ +#define GRAPHICSSERVICES_GSEVENT_H_ #include #import @@ -171,6 +171,8 @@ typedef struct __GSEvent *GSEventRef; #define _PurpleSystemEventPortName "PurpleSystemEventPort" +float GSDefaultStatusBarHeight(void); +//GSColorRef GSColorForSystemColor(unsigned color); mach_port_name_t GSCopyPurpleSystemEventPort(void); uint64_t GSCurrentEventTimestamp(void); struct GSEventHandInfo GSEventGetHandInfo(GSEventRef event); @@ -188,4 +190,4 @@ extern CFStringRef const kGSDisplayIdentifiersCapability; } #endif -#endif//GRAPHICSSERVICES_GRAPHICSSERVICS_H_ +#endif//GRAPHICSSERVICES_GSEVENT_H_ -- 2.47.2