~ubuntu-branches/ubuntu/utopic/blender/utopic-proposed

« back to all changes in this revision

Viewing changes to source/blender/editors/include/ED_screen_types.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-19 11:24:23 UTC
  • mfrom: (14.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20140219112423-rkmaz2m7ha06d4tk
Tags: 2.69-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure without OpenImageIO on armhf, as it is not available on
    Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        AE_RIGHT_TO_TOPLEFT,    /* Region located on the left, _right_ edge is action zone. Region minimized to the top left */
80
80
        AE_LEFT_TO_TOPRIGHT,    /* Region located on the right, _left_ edge is action zone. Region minimized to the top right */
81
81
        AE_TOP_TO_BOTTOMRIGHT,  /* Region located at the bottom, _top_ edge is action zone. Region minimized to the bottom right */
82
 
        AE_BOTTOM_TO_TOPLEFT    /* Region located at the top, _bottom_edge is action zone. Region minimized to the top left */
 
82
        AE_BOTTOM_TO_TOPLEFT    /* Region located at the top, _bottom_ edge is action zone. Region minimized to the top left */
83
83
} AZEdge;
84
84
 
85
85
/* for editing areas/regions */
87
87
        struct AZone *next, *prev;
88
88
        ARegion *ar;
89
89
        int type;
90
 
        /* region-azone, which of the edges */
 
90
        /* region-azone, which of the edges (only for AZONE_REGION) */
91
91
        AZEdge edge;
92
 
        /* internal */
93
 
        short do_draw;
94
92
        /* for draw */
95
93
        short x1, y1, x2, y2;
96
94
        /* for clip */