Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919e74c commit c8c1b5dCopy full SHA for c8c1b5d
1 file changed
Mac/Modules/macconfig.c
@@ -112,6 +112,7 @@ extern void initScrap();
112
extern void initTE();
113
extern void initColorPicker();
114
extern void initPrinting();
115
+extern void initDrag();
116
#endif
117
#ifdef USE_CORE_TOOLBOX
118
extern void initCtl();
@@ -234,6 +235,7 @@ struct _inittab _PyImport_Inittab[] = {
234
235
{"TE", initTE},
236
{"ColorPicker", initColorPicker},
237
{"Printing", initPrinting},
238
+ {"Drag", initDrag},
239
240
#ifdef USE_QT
241
{"Cm", initCm},
0 commit comments