Searched defs:GXDisplayProperties (Results 1 – 1 of 1) sorted by relevance
33 struct GXDisplayProperties { struct34 DWORD cxWidth;35 DWORD cyHeight; // notice lack of 'th' in the word height.36 long cbxPitch; // number of bytes to move right one x pixel - can be negative.37 long cbyPitch; // number of bytes to move down one y pixel - can be negative.38 long cBPP; // # of bits in each pixel39 DWORD ffFormat; // format flags.