diff options
Diffstat (limited to 'src/GsWidget.H')
-rw-r--r-- | src/GsWidget.H | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/GsWidget.H b/src/GsWidget.H index 0735607..370de14 100644 --- a/src/GsWidget.H +++ b/src/GsWidget.H @@ -58,10 +58,12 @@ public: GsWidget(int X,int Y,int W, int H); ~GsWidget(); - - int load(char *f); + + int open_file(char *f); - int load(int fd); + int open_file(int fd); + + int load(); int load_page(int p); @@ -84,8 +86,6 @@ private: int fd_copy(int to, int from, size_t len); - int feed_page(int p); - bool gs_active(); }; #endif |