root/sources/leds.diff
| Revision 168, 0.9 kB (checked in by Gregor, 2 years ago) |
|---|
-
dsss.conf
old new 1 name = leds 2 3 [leds/Leds.d] 4 target = Leds 5 buildflags = -circular 6 version (Posix) { 7 buildflags += -L-ldl 8 } 9 -
leds/Project.d
old new 20 20 21 21 //version(Win32) 22 22 //{ 23 version = compd;23 //version = compd; 24 24 //} 25 25 26 26 public: -
leds/SimpleCodeEdit.d
old new 784 784 785 785 int popupMenuCallback(Widget widget) 786 786 { 787 Menu menu = cast(Menu) Widget;787 Menu menu = cast(Menu)widget; 788 788 menu.popdown(); 789 789 popupMenu.popup(3, Duit.getCurrentEventTime()+1); 790 790 return false;
Note: See TracBrowser for help on using the browser.
