summaryrefslogtreecommitdiff
path: root/src/Fl_Image_Surface.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Image_Surface.cxx')
-rw-r--r--src/Fl_Image_Surface.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Image_Surface.cxx b/src/Fl_Image_Surface.cxx
index 56b35bd33..53663554a 100644
--- a/src/Fl_Image_Surface.cxx
+++ b/src/Fl_Image_Surface.cxx
@@ -175,7 +175,7 @@ void fl_delete_offscreen(Fl_Offscreen ctx) {
}
static int stack_current_offscreen[16];
-static int stack_height = 0;
+static unsigned stack_height = 0;
/** Send all subsequent drawing commands to this offscreen buffer.
\param ctx the offscreen buffer.