summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/app/appscan.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/app/appscan.py')
-rw-r--r--Mac/Modules/app/appscan.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Modules/app/appscan.py b/Mac/Modules/app/appscan.py
index 5a7750a..c7fea17 100644
--- a/Mac/Modules/app/appscan.py
+++ b/Mac/Modules/app/appscan.py
@@ -9,7 +9,7 @@ from bgenlocations import TOOLBOXDIR
LONG = "Appearance"
SHORT = "app"
-OBJECT = "NOTUSED"
+OBJECT = "ThemeDrawingState"
def main():
input = LONG + ".h"
@@ -73,7 +73,7 @@ class MyScanner(Scanner):
"ThemeTrackDrawInfo_ptr", # Too much work
"ThemeButtonDrawInfo_ptr", # ditto
"ThemeWindowMetrics_ptr", # ditto
- "ThemeDrawingState", # This is an opaque pointer, so it should be simple. Later.
+# "ThemeDrawingState", # This is an opaque pointer, so it should be simple. Later.
"Collection", # No interface to collection mgr yet.
"BytePtr", # Not yet.
]