]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Drag module added.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 5 Jul 1999 09:40:13 +0000 (09:40 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 5 Jul 1999 09:40:13 +0000 (09:40 +0000)
Mac/Modules/macconfig.c

index 7c673ce87e29018e41a3cb1688554c4a2a215865..aa9918dd60873a82ab4bc2cccb3afba5aabb0aa8 100644 (file)
@@ -112,6 +112,7 @@ extern void initScrap();
 extern void initTE();
 extern void initColorPicker();
 extern void initPrinting();
+extern void initDrag();
 #endif
 #ifdef USE_CORE_TOOLBOX
 extern void initCtl();
@@ -234,6 +235,7 @@ struct _inittab _PyImport_Inittab[] = {
        {"TE", initTE},
        {"ColorPicker", initColorPicker},
        {"Printing", initPrinting},
+       {"Drag", initDrag},
 #endif
 #ifdef USE_QT
        {"Cm", initCm},