CropArea.hpp
author viric <viriketo@gmail.com>
Sun, 24 Apr 2011 14:03:52 +0200
changeset 1 506e0fc65ba3
parent 0 7e720dcafcaf
child 2 b2772bffb62f
permissions -rw-r--r--
Ara processo la tecla ESC, almenys, i ho preparo per un next_picture

#ifndef _HEADER_CROPAREA_HPP_
#define _HEADER_CROPAREA_HPP_

struct CropArea
{
    long int width;
    long int height;
    long int x;
    long int y;
};

#endif /* _HEADER_CROPAREA_HPP_ */