Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Comment: | Make the add_menu and add_win subs work
I was still using the "variable pointers" technique, well trying to, and Seg faults on exit, but haven't fixed that bit yet. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c2741c67e786c6913fc647bd699e16a1 |
User & Date: | base@atomicules.co.uk 2013-09-18 11:01:38 |
Original User & Date: | base@atomicules.co.uk 2013-09-18 11:01:39 |
2013-09-18
| ||
11:01 |
Fix menu numbering (from adding exposure menu in)
Didn't change functionality (it was still working), but just gives | |
11:01 |
Make the add_menu and add_win subs work
I was still using the "variable pointers" technique, well trying to, and Seg faults on exit, but haven't fixed that bit yet. check-in: c2741c67e7 user: base@atomicules.co.uk tags: origin/master, trunk | |
11:01 |
Try separate win and menu functions
instead of trying to wrap everything in one. This way I know I can As opposed to previous attempt where I was (trying) to use variable | |
Changes to exposurses.c.