]> granicus.if.org Git - python/commitdiff
Added scrap manager
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 12 Apr 1996 16:27:54 +0000 (16:27 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 12 Apr 1996 16:27:54 +0000 (16:27 +0000)
Mac/Modules/config.c

index 2dc4f50fa296085f18ea7c9fd68c63ed23973440..39561131cc89997fd8def652cf62031c1a6e2dd2 100644 (file)
@@ -104,6 +104,8 @@ extern void initQd();
 extern void initQt();
 extern void initRes();
 extern void initSnd();
+extern void initScrap();
+extern void initTE();
 extern void initWin();
 #endif
 
@@ -190,6 +192,8 @@ struct {
        {"Qd", initQd},
        {"Qt", initQt},
        {"Snd", initSnd},
+       {"Scrap", initScrap},
+       {"TE", initTE},
        {"Win", initWin},
        {"Res", initRes},
 #endif