Explorar el Código

* inversed the ttime/ptime declaration to be sure, see mantis 15483.

git-svn-id: trunk@14601 -
marco hace 15 años
padre
commit
d6b2b55d41
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/x11/src/x.pp

+ 1 - 1
packages/x11/src/x.pp

@@ -39,8 +39,8 @@ type
    PVisualID = ^TVisualID;
    TVisualID = culong;
 
-   PTime = ^TTime;
    TTime = culong;
+   PTime = ^TTime;
 
    PPWindow = ^PWindow;
    PWindow = ^TWindow;