X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fs%2Fcygwin32.h;h=19562b8ccf2a0ac82b5a428326a076e38bc43128;hp=1eaa8b51cc69a0da5db2eeefb704f89f010c10c3;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/src/s/cygwin32.h b/src/s/cygwin32.h index 1eaa8b5..19562b8 100644 --- a/src/s/cygwin32.h +++ b/src/s/cygwin32.h @@ -127,6 +127,19 @@ extern long random(); #ifndef TCS_VERTICAL #define TCS_VERTICAL 0x0080 #endif +#ifndef PHYSICALWIDTH +#define PHYSICALWIDTH 110 +#endif +#ifndef PHYSICALHEIGHT +#define PHYSICALHEIGHT 111 +#endif +#ifndef PHYSICALOFFSETX +#define PHYSICALOFFSETX 112 +#endif +#ifndef PHYSICALOFFSETY +#define PHYSICALOFFSETY 113 +#endif + #define PBS_SMOOTH 0x01 @@ -151,7 +164,7 @@ extern long random(); #ifdef CYGWIN_VERSION_DLL_MAJOR #if 0 -/* ### FIXME: although defining BROKEN_SIGIO is correct for proper ^G +/* #### FIXME: although defining BROKEN_SIGIO is correct for proper ^G behavior, bugs in cygwin mean that xemacs locks up frequently if this is defined. */ #define BROKEN_SIGIO