revisions_291.patch 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. === modified file 'fltk/jwm-keyboard.cxx'
  2. --- fltk/jwm-keyboard.cxx 2018-11-06 13:57:39 +0000
  3. +++ fltk/jwm-keyboard.cxx 2018-11-06 14:00:29 +0000
  4. @@ -1430,9 +1430,8 @@
  5. }
  6. o->menu(menu_Special);
  7. } // Fl_Menu_Button* o
  8. - debug_out("config_key_win()->show()");
  9. - startup(o,jsm_keyboard_xpm);
  10. - o->wait_for_expose(); #endif
  11. + debug_out("config_key_win()->show()");startup(o,jsm_keyboard_xpm);
  12. + o->wait_for_expose();
  13. conf_key_win->xclass("jsm-keyboard");
  14. conf_key_win->end();
  15. } // Fl_Double_Window* conf_key_win
  16. === modified file 'fltk/jwm-keyboard.fld'
  17. --- fltk/jwm-keyboard.fld 2018-11-06 13:57:39 +0000
  18. +++ fltk/jwm-keyboard.fld 2018-11-06 14:00:29 +0000
  19. @@ -115,10 +115,10 @@
  20. Fl_Window conf_key_win {
  21. label {Configure Keyboard Shortcut} open selected
  22. xywh {895 387 355 180} type Double
  23. - code0 {debug_out("config_key_win()->show()");}
  24. - code1 {startup(o,jsm_keyboard_xpm);}
  25. - code2 {\#if FL_PATCH_VERSION == 4}
  26. - code3 {o->wait_for_expose(); \#endif} xclass {jsm-keyboard} visible
  27. + code0 {debug_out("config_key_win()->show()");startup(o,jsm_keyboard_xpm);}
  28. + code1 {\#if FL_PATCH_VERSION == 4}
  29. + code2 {o->wait_for_expose();}
  30. + code3 {\#endif} xclass {jsm-keyboard} visible
  31. } {
  32. Fl_Button {} {
  33. label OK
  34. === modified file 'fltk/jwm-keyboard.h'
  35. --- fltk/jwm-keyboard.h 2018-11-06 13:57:39 +0000
  36. +++ fltk/jwm-keyboard.h 2018-11-06 14:00:29 +0000
  37. @@ -37,6 +37,7 @@
  38. #include "../data/icons/jsm-keyboard.xpm"
  39. #include <FL/Fl_Double_Window.H>
  40. #if FL_PATCH_VERSION == 4
  41. +#endif
  42. #include <FL/Fl_Button.H>
  43. #include <FL/Fl_Menu_Button.H>
  44. #include <FL/Fl_Input.H>