Ver código fonte

tosunits: add VM_INQUIRE constant for xbios_vsetmode()

Karoly Balogh 1 ano atrás
pai
commit
d748124996
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      packages/tosunits/src/xbios.pas

+ 2 - 1
packages/tosunits/src/xbios.pas

@@ -296,6 +296,8 @@ const
 
     NUMCOLS     = 7;
 
+    VM_INQUIRE  = -1;
+
 {* Values returned by VgetMonitor() *}
     MON_MONO        = 0;
     MON_COLOR       = 1;
@@ -303,7 +305,6 @@ const
     MON_TV          = 3;
 
 {* VsetSync flags - 0=internal, 1=external *}
-
     VID_CLOCK   = 1;
     VID_VSYNC   = 2;
     VID_HSYNC   = 4;