diff options
| author | Manolo Gouy <Manolo> | 2016-04-11 19:14:47 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-11 19:14:47 +0000 |
| commit | 64b3d26daa983b7a1394c82b080068cb1a056950 (patch) | |
| tree | 543a65106a8057c7560e7ecf807ee2d140ee8660 /src/fl_shortcut.cxx | |
| parent | 1411c119058743cd1b5ae68f8d076f11b9f85c10 (diff) | |
Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H} between Darwin and USE_X11 platforms.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_shortcut.cxx')
| -rw-r--r-- | src/fl_shortcut.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index bf8294131..5f8d7cfcb 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -443,12 +443,12 @@ Fl_System_Driver::Keyname Fl_System_Driver::table[] = { #endif #if defined(FL_CFG_GFX_XLIB) -#include "drivers/Posix/Fl_Posix_System_Driver.H" +#include "drivers/X11/Fl_X11_System_Driver.H" #include <X11/Xlib.h> Fl_System_Driver::Keyname Fl_System_Driver::table[] = {}; -const char *Fl_Posix_System_Driver::shortcut_add_key_name(unsigned key, char *p, char *buf, const char **eom) +const char *Fl_X11_System_Driver::shortcut_add_key_name(unsigned key, char *p, char *buf, const char **eom) { const char* q; if (key == FL_Enter || key == '\r') q="Enter"; // don't use Xlib's "Return": |
