]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-cursor.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / libview / ev-view-cursor.h
index 2315a7f3aafe270ba229ddfe512e39be509f09c2..220441c6088fd15e0c6c9346798a4c4fd949022a 100644 (file)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #if !defined (__EV_EVINCE_VIEW_H_INSIDE__) && !defined (EVINCE_COMPILATION)
@@ -35,7 +35,8 @@ typedef enum {
        EV_VIEW_CURSOR_WAIT,
        EV_VIEW_CURSOR_HIDDEN,
        EV_VIEW_CURSOR_DRAG,
-       EV_VIEW_CURSOR_AUTOSCROLL
+       EV_VIEW_CURSOR_AUTOSCROLL,
+       EV_VIEW_CURSOR_ADD
 } EvViewCursor;
 
 GdkCursor *ev_view_cursor_new (GdkDisplay  *display,