Browse Source

* changed gfloat back to single

git-svn-id: trunk@413 -
florian 20 years ago
parent
commit
14d891901d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/extra/gtk2/glib/gtypes.inc

+ 1 - 1
packages/extra/gtk2/glib/gtypes.inc

@@ -49,7 +49,7 @@
    guint = dword;
    guint = dword;
 
 
    Pgfloat = ^gfloat;
    Pgfloat = ^gfloat;
-   gfloat = double;
+   gfloat = single;
 
 
    Pgdouble = ^gdouble;
    Pgdouble = ^gdouble;
    gdouble = double;
    gdouble = double;