123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- === modified file 'fltk/jwm-keyboard.cxx'
- --- fltk/jwm-keyboard.cxx 2018-11-06 13:57:39 +0000
- +++ fltk/jwm-keyboard.cxx 2018-11-06 14:00:29 +0000
- @@ -1430,9 +1430,8 @@
- }
- o->menu(menu_Special);
- } // Fl_Menu_Button* o
- - debug_out("config_key_win()->show()");
- - startup(o,jsm_keyboard_xpm);
- - o->wait_for_expose(); #endif
- + debug_out("config_key_win()->show()");startup(o,jsm_keyboard_xpm);
- + o->wait_for_expose();
- conf_key_win->xclass("jsm-keyboard");
- conf_key_win->end();
- } // Fl_Double_Window* conf_key_win
- === modified file 'fltk/jwm-keyboard.fld'
- --- fltk/jwm-keyboard.fld 2018-11-06 13:57:39 +0000
- +++ fltk/jwm-keyboard.fld 2018-11-06 14:00:29 +0000
- @@ -115,10 +115,10 @@
- Fl_Window conf_key_win {
- label {Configure Keyboard Shortcut} open selected
- xywh {895 387 355 180} type Double
- - code0 {debug_out("config_key_win()->show()");}
- - code1 {startup(o,jsm_keyboard_xpm);}
- - code2 {\#if FL_PATCH_VERSION == 4}
- - code3 {o->wait_for_expose(); \#endif} xclass {jsm-keyboard} visible
- + code0 {debug_out("config_key_win()->show()");startup(o,jsm_keyboard_xpm);}
- + code1 {\#if FL_PATCH_VERSION == 4}
- + code2 {o->wait_for_expose();}
- + code3 {\#endif} xclass {jsm-keyboard} visible
- } {
- Fl_Button {} {
- label OK
- === modified file 'fltk/jwm-keyboard.h'
- --- fltk/jwm-keyboard.h 2018-11-06 13:57:39 +0000
- +++ fltk/jwm-keyboard.h 2018-11-06 14:00:29 +0000
- @@ -37,6 +37,7 @@
- #include "../data/icons/jsm-keyboard.xpm"
- #include <FL/Fl_Double_Window.H>
- #if FL_PATCH_VERSION == 4
- +#endif
- #include <FL/Fl_Button.H>
- #include <FL/Fl_Menu_Button.H>
- #include <FL/Fl_Input.H>
|