Screen.idl 272 B

12345678
  1. interface Screen {
  2. readonly attribute long availWidth;
  3. readonly attribute long availHeight;
  4. readonly attribute long width;
  5. readonly attribute long height;
  6. readonly attribute unsigned long colorDepth;
  7. readonly attribute unsigned long pixelDepth;
  8. };