X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmswin%2Ffreeglut_internal_mswin.h;h=d39d359467ad8990baa0692c2f557dd89eb7c2c6;hb=cbb58f1f70524eb0507d0ae1e5b29a1fe157f2e2;hp=37a77b494144292e012815a416632e98363593bd;hpb=76169d74298feb3c4976af3f0f10376f56aec38d;p=freeglut diff --git a/src/mswin/freeglut_internal_mswin.h b/src/mswin/freeglut_internal_mswin.h index 37a77b4..d39d359 100644 --- a/src/mswin/freeglut_internal_mswin.h +++ b/src/mswin/freeglut_internal_mswin.h @@ -95,6 +95,25 @@ struct tagSFG_PlatformWindowState +/* For "freeglut_init.c", some definitions of symbols and a prototype to emulate the X11 functionality */ +#define NoValue 0x0000 +#define XValue 0x0001 +#define YValue 0x0002 +#define WidthValue 0x0004 +#define HeightValue 0x0008 +#define AllValues 0x000F +#define XNegative 0x0010 +#define YNegative 0x0020 + +extern int XParseGeometry ( + const char *string, + int *x, + int *y, + unsigned int *width, /* RETURN */ + unsigned int *height); /* RETURN */ + + + /* Joystick-Specific Definitions */ #if !defined(_WIN32_WCE) # define _JS_MAX_AXES 8