summaryrefslogtreecommitdiff
path: root/src/encoder.h
diff options
context:
space:
mode:
authordeva <deva>2005-05-02 10:35:23 +0000
committerdeva <deva>2005-05-02 10:35:23 +0000
commit6d7b4b50ca9f159b9c422d6e7668c33ddd7992a1 (patch)
tree1fbbac941bc90c4676ad1e97c2d38ab9ae32f862 /src/encoder.h
parent6018769717141e28ed5eb84b2cfb3449f3e7334d (diff)
Fixed wrongly showed snapshot thumbnails.
Diffstat (limited to 'src/encoder.h')
-rw-r--r--src/encoder.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/encoder.h b/src/encoder.h
index 1912261..80552ef 100644
--- a/src/encoder.h
+++ b/src/encoder.h
@@ -24,6 +24,9 @@
*/
/*
* $Log$
+ * Revision 1.11 2005/05/02 10:35:23 deva
+ * Fixed wrongly showed snapshot thumbnails.
+ *
* Revision 1.10 2005/05/02 10:18:51 deva
* Preserve network connection when a frozen frame exists, even though no recording is done.
*
@@ -82,7 +85,7 @@ public:
void stop(n_savestate save);
void freeze();
- void shoot(unsigned char *rgb);
+ void shoot();
void run();
@@ -93,8 +96,6 @@ public:
volatile int *running;
private:
- void getScreenshot(unsigned char *rgb);
-
Error *errobj;
int port;