summaryrefslogtreecommitdiff
path: root/src/GsWidget.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-02-28 19:01:39 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-02-28 19:01:39 +0000
commitb35a4f0ba03009cd3c9ce95877ab704ef72ab8cf (patch)
tree961dd9aa10e22bc0698adef1690c4829b95552d9 /src/GsWidget.cxx
parent640d4d4bf9f088b9d7f0fab415bec4ba26f8439f (diff)
fix warning
fix warning
Diffstat (limited to 'src/GsWidget.cxx')
-rw-r--r--src/GsWidget.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GsWidget.cxx b/src/GsWidget.cxx
index 9ede7db..9e456b8 100644
--- a/src/GsWidget.cxx
+++ b/src/GsWidget.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: GsWidget.cxx,v 1.15 2005/02/07 17:49:54 hofmann Exp $"
+// "$Id: GsWidget.cxx,v 1.16 2005/02/28 20:01:39 hofmann Exp $"
//
// GsWidget routines.
//
@@ -246,7 +246,7 @@ int GsWidget::zoom(int p) {
if (offscreen) {
fl_delete_offscreen(offscreen);
- offscreen = NULL;
+ offscreen = 0;
}
w(initial_width * zoom_percent / 100);