浏览代码

gtk2: fixed PPGdkScreen

mattias 2 年之前
父节点
当前提交
cae42050a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/gtk2/src/gtkext/gtkstatusiconh.inc

+ 1 - 1
packages/gtk2/src/gtkext/gtkstatusiconh.inc

@@ -26,7 +26,7 @@ type
   PGtkStatusIcon = Pointer;
   PGtkStatusIcon = Pointer;
   PGtkStatusIconClass = Pointer;
   PGtkStatusIconClass = Pointer;
 
 
-  PPGdkScreen = PGdkScreen;
+  PPGdkScreen = ^PGdkScreen;
 
 
 
 
 var
 var