src/viewport.h
changeset 8602 9e75e594a068
parent 8414 8c2ecc2dc12c
child 8615 6b91ca653bad
equal deleted inserted replaced
8601:6b2ddb5baade 8602:9e75e594a068
     4 
     4 
     5 #ifndef VIEWPORT_H
     5 #ifndef VIEWPORT_H
     6 #define VIEWPORT_H
     6 #define VIEWPORT_H
     7 
     7 
     8 #include "zoom.hpp"
     8 #include "zoom.hpp"
       
     9 #include "window_type.h"
     9 
    10 
    10 struct ViewPort {
    11 struct ViewPort {
    11 	int left,top;                       // screen coordinates for the viewport
    12 	int left,top;                       // screen coordinates for the viewport
    12 	int width, height;                  // screen width/height for the viewport
    13 	int width, height;                  // screen width/height for the viewport
    13 
    14