Browse Source

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

git-svn-id: trunk@14601 -
marco 15 years ago
parent
commit
d6b2b55d41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/x11/src/x.pp

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

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