summaryrefslogtreecommitdiff
path: root/src/GsWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-09 18:16:10 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-09 18:16:10 +0100
commitbed947bd0e8a76d458e6997eec1c82c95842cb27 (patch)
treecb2c2d90ef02ed535b7e54a21ecc92e685a967e0 /src/GsWidget.H
parent13278eaedfccf32ea897ef187d82d047af903557 (diff)
new version without extra feeder process
Diffstat (limited to 'src/GsWidget.H')
-rw-r--r--src/GsWidget.H10
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