Bryce Denney
85b6fa7c8d
- add 2 paragraphs about who the paste buffer is allocated and freed
...
- a few weeks ago I changed the gui code so that it always made a copy
of the clipboard data using new Bit8u[] and passed it into the keyboard
code. But I didn't get the keyboard code quite right, and Christophe
noticed the incorrect malloc that I had forgotten to remove. I changed
it to work as I intended:
1. gui code allocates paste buffer (new), copies clipboard data in
2. gui code passes the buffer to the keyboard code, and forgets about it
3. keyboard code uses the buffer, then frees it when finished (delete)
- modified: iodev/keyboard.h iodev/keyboard.cc
2002-09-24 23:52:54 +00:00
..
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-05-28 15:39:05 +00:00
2002-05-28 15:39:05 +00:00
2002-09-24 23:45:43 +00:00
2002-08-28 16:45:18 +00:00
2002-08-31 21:31:11 +00:00
2002-08-27 19:54:46 +00:00
2002-09-22 02:29:59 +00:00
2002-08-28 19:39:00 +00:00
2002-08-28 19:39:00 +00:00
2002-09-02 16:56:24 +00:00
2002-09-02 16:56:24 +00:00
2002-05-02 07:54:22 +00:00
2002-09-22 14:58:49 +00:00
2002-04-18 00:59:58 +00:00
2002-09-02 16:56:24 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-09-24 20:02:00 +00:00
2002-09-24 20:02:00 +00:00
2002-08-29 16:52:47 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-09-16 19:18:58 +00:00
2002-09-24 23:52:54 +00:00
2002-09-24 23:52:54 +00:00
2002-09-21 10:24:43 +00:00
2002-09-15 11:20:11 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-09-21 11:38:12 +00:00
2002-09-21 11:38:12 +00:00
2002-08-31 15:35:51 +00:00
2002-08-31 15:35:51 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-09-23 03:49:39 +00:00
2002-09-21 04:02:51 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-04-01 22:43:01 +00:00
2002-04-01 22:43:01 +00:00
2002-09-16 17:00:16 +00:00
2002-09-16 17:00:16 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-09-22 11:31:48 +00:00
2002-09-22 11:31:48 +00:00