summaryrefslogtreecommitdiff
path: root/src/drivers/Posix/Fl_Posix_System_Driver.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-28 09:25:11 +0000
committerManolo Gouy <Manolo>2016-03-28 09:25:11 +0000
commit6284720098cb3682f950db427c95ac87c2a10b3c (patch)
treedbcfaa3ff88b889c91856f79136a6e25cf7ca914 /src/drivers/Posix/Fl_Posix_System_Driver.H
parent3dfec155adf812941e4478b210d1bee4dbd56c01 (diff)
Rewrite file src/Fl_arg.cxx under the driver model. Begin giving flesh to the Fl_System_Driver class.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11448 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Posix/Fl_Posix_System_Driver.H')
-rw-r--r--src/drivers/Posix/Fl_Posix_System_Driver.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.H b/src/drivers/Posix/Fl_Posix_System_Driver.H
index 9a1ca7d1d..c18e3be0e 100644
--- a/src/drivers/Posix/Fl_Posix_System_Driver.H
+++ b/src/drivers/Posix/Fl_Posix_System_Driver.H
@@ -41,6 +41,8 @@
class Fl_Posix_System_Driver : public Fl_System_Driver
{
public:
+ virtual void display_arg(const char *arg);
+ virtual int XParseGeometry(const char*, int*, int*, unsigned int*, unsigned int*);
};
#endif // FL_POSIX_SYSTEM_DRIVER_H