mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Removed compilation warning of signed/unsigned comparison.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10160 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -102,7 +102,7 @@ public:
|
||||
class Fl_GDI_Surface_ : public Fl_Paged_Device {
|
||||
int width;
|
||||
int height;
|
||||
int depth;
|
||||
unsigned depth;
|
||||
POINT origins[10];
|
||||
public:
|
||||
static const char *class_id;
|
||||
|
||||
Reference in New Issue
Block a user