X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fblackberry%2Ffg_internal_blackberry.h;h=eae1bd9d68f33fc69e02ba2b02847a88fbbb05db;hb=af47c3f93c7834b4006c49ec9df6a6ffdd3025de;hp=d06f9e12029fc0c9c55f7f7ddcbe2dca7f1301ee;hpb=efe4e8fa4b0cd10bd44965275103d14270a88df9;p=freeglut diff --git a/src/blackberry/fg_internal_blackberry.h b/src/blackberry/fg_internal_blackberry.h index d06f9e1..eae1bd9 100644 --- a/src/blackberry/fg_internal_blackberry.h +++ b/src/blackberry/fg_internal_blackberry.h @@ -37,7 +37,7 @@ #include /* -- GLOBAL TYPE DEFINITIONS ---------------------------------------------- */ -/* The structure used by display initialization in freeglut_init.c */ +/* The structure used by display initialization in fg_init.c */ typedef struct tagSFG_PlatformDisplay SFG_PlatformDisplay; struct tagSFG_PlatformDisplay { @@ -76,7 +76,7 @@ struct touchscreen { /* -- JOYSTICK-SPECIFIC STRUCTURES AND TYPES ------------------------------- */ /* - * Initial defines from "js.h" starting around line 33 with the existing "freeglut_joystick.c" + * Initial defines from "js.h" starting around line 33 with the existing "fg_joystick.c" * interspersed */ @@ -119,10 +119,8 @@ struct tagSFG_PlatformWindowState int originalRotation; navigator_window_state_t windowState; GLboolean windowCovered; -#ifdef __PLAYBOOK__ int keyboardHeight; GLboolean keyboardOpen; -#endif }; /* Menu font and color definitions */