Mercurial > dillo_port1.3
changeset 2106:85d1aa9de0e6
rm some references to fltk2
author | corvid <corvid@lavabit.com> |
---|---|
date | Sa, 25 Jun 2011 16:55:58 +0000 |
parents | 447d1374ba6a |
children | a4188b1ca1b2 |
files | src/IO/iowatch.hh src/dialog.cc src/keys.cc |
diffstat | 3 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/IO/iowatch.hh Do Jun 23 19:58:25 2011 +0000 +++ b/src/IO/iowatch.hh Sa Jun 25 16:55:58 2011 +0000 @@ -2,7 +2,7 @@ #define __IO_WATCH_H__ /* - * BUG: enum {READ = 1, WRITE = 4, EXCEPT = 8} borrowed from fltk/run.h + * BUG: enum {READ = 1, WRITE = 4, EXCEPT = 8} borrowed from FL/Enumerations.H */ #define DIO_READ 1 #define DIO_WRITE 4
--- a/src/dialog.cc Do Jun 23 19:58:25 2011 +0000 +++ b/src/dialog.cc Sa Jun 25 16:55:58 2011 +0000 @@ -78,7 +78,6 @@ return a_Dialog_save_file(msg, pattern, fname); } -//#include <fltk/FileIcon.h> /* * Show the open file dialog. *
--- a/src/keys.cc Do Jun 23 19:58:25 2011 +0000 +++ b/src/keys.cc Sa Jun 25 16:55:58 2011 +0000 @@ -338,7 +338,7 @@ const char *beyond = keystr + strlen(keystr); keycode = a_Utf8_decode(keystr, beyond, NULL); } else if (key[0] == '0' && key[1] == 'x') { - /* keysym. For details on values reported, see fltk's fltk/events.h */ + /* keysym */ keycode = strtol(key, NULL, 0x10); } else if ((st = getKeyCode(keystr)) == -1) { MSG("Keys::parseKey unknown keyname: %s\n", keystr);