Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8c1b5d

Browse files
committed
Drag module added.
1 parent 919e74c commit c8c1b5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Mac/Modules/macconfig.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ extern void initScrap();
112112
extern void initTE();
113113
extern void initColorPicker();
114114
extern void initPrinting();
115+
extern void initDrag();
115116
#endif
116117
#ifdef USE_CORE_TOOLBOX
117118
extern void initCtl();
@@ -234,6 +235,7 @@ struct _inittab _PyImport_Inittab[] = {
234235
{"TE", initTE},
235236
{"ColorPicker", initColorPicker},
236237
{"Printing", initPrinting},
238+
{"Drag", initDrag},
237239
#endif
238240
#ifdef USE_QT
239241
{"Cm", initCm},

0 commit comments

Comments
 (0)