aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-text.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-text.h')
-rw-r--r--widgets/e-text.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/e-text.h b/widgets/e-text.h
index e1f250c678..f4f43a156b 100644
--- a/widgets/e-text.h
+++ b/widgets/e-text.h
@@ -167,6 +167,12 @@ struct _EText {
gint primary_length; /* Primary selection text length */
gchar *clipboard_selection; /* Clipboard selection text */
gint clipboard_length; /* Clipboard selection text length*/
+
+ guint pointer_in : 1;
+ guint default_cursor_shown : 1;
+
+ GdkCursor *default_cursor;
+ GdkCursor *i_cursor;
};
struct _ETextClass {
age (Expand)AuthorAgeFilesLines * Chase the fribidi shared lib bump.marcus2009-08-231-1/+1 * Update 2.5.26 --> 2.5.27cy2009-02-242-4/+4 * Fix incorrect FVWM_ICONS filename.cy2009-02-101-1/+1 * Additional fvwm_icons fix.cy2009-02-041-3/+3 * Fixup icons extraction.cy2009-02-031-2/+3 * The name of the fvwm_icons distfile has changed. It is now versioned.cy2009-02-012-4/+4 * Fix broken symlink when NOMANCOMPRESS is defined.cy2008-12-133-12/+7 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Update 2.5.24 --> 2.5.26cy2008-05-083-5/+6 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-1/+2 * Update 2.5.23 --> 2.5.24cy2008-01-142-4/+4 * Add missing mlink.cy2007-09-091-0/+2 * Update 2.5.21 --> 2.5.23cy2007-09-085-273/+12 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Update 2.5.20 --> 2.5.21cy2007-01-224-71/+76 * Fix a packaging error.cy2007-01-201-1/+1 * Update to 2.5.20cy2007-01-183-46/+22 * - Use USE_ICONV instead of LIB_DEPENDSrafan2007-01-121-1/+1 * Make this port X11BASE clean.cy2007-01-101-1/+0 * Update 2.5.18 --> 2.5.19cy2006-12-203-53/+75 * Update 2.5.16 --> 2.5.18cy2006-09-133-20/+20 * pkg-plist fixes.cy2006-05-312-4/+2 * BROKEN: Incomplete pkg-plistkris2006-05-221-0/+2 * [PATCH] x11-wm/fvwm: portlint(1) fixesedwin2006-05-142-3/+2 * Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0 * Recent upgrade to fribidi has fixed this port when building WITH_BIDI.cy2006-04-191-1/+0 * Mark broken when building WITH_BIDI. fribidi-0.10.7 is required to build,cy2006-04-161-0/+1 * - fix missing manpagedinoex2006-02-071-1/+1 * Update 2.5.14 --> 2.5.16cy2006-01-294-28/+10 * SHA256ifyedwin2006-01-241-0/+2 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2 * Fix build failure under FreeBSD-4.11.cy2005-11-102-5/+21 * No longer builds under 4.11. Mark broken for the time being.cy2005-11-011-0/+4 * Merge patch-configure r1.4 and 1.5.cy2005-10-262-11/+183 * Merge 1.34 and 1.35 back into this file.cy2005-10-261-380/+397 * Merge in r1.76.cy2005-10-251-28/+48 * Due to last commit, bump revision number.cy2005-10-221-0/+1 * Unbreak this port. Previous commit was incomplete.cy2005-10-213-627/+417 * Fix make patch issue by update patch-configure for latest version.osa2005-10-211-14/+15 * Update 2.5.13 --> 2.5.14cy2005-10-212-3/+3 * Fix plist issues.danfe2005-09-151-0/+2 * Bump PORTREVISION after recent changes.danfe2005-09-151-0/+1 * - Convert to OPTIONSdanfe2005-09-143-407/+613 * 1. Update 2.5.12 --> 2.5.13.cy2005-07-173-40/+5 * Fix endless loop in icons.c.cy2004-10-282-0/+37 * Update 2.5.10 --> 2.5.12cy2004-10-212-2/+4 * Fix dependency.cy2004-04-071-1/+1 * Update 2.5.8 --> 2.5.10cy2004-04-073-331/+337 * Chase the new location of libXft.marcus2004-03-171-1/+1 * Add NO_LATEST_LINK to avoid link stomping.cy2004-02-071-0/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * 1. Iconv is required to fix segmentation violations and bus errors,cy2003-11-081-7/+5 * Update 2.5.7 --> 2.5.8cy2003-11-042-4/+3 * Remove WITHOUT_SHAPE option: w/o it too many artifacts are generatedcy2003-08-082-328/+349 * Add multibyte support.cy2003-07-101-0/+5 * Update 2.5.6 --> 2.5.7cy2003-07-033-3/+10 * Update PORTREVISION encompassing last two commits.cy2003-05-051-0/+1 * Fix for failure to detect fontconfig >= 2.1.92.cy2003-05-051-4/+45 * Fix broken dependency.cy2003-05-051-1/+1 * 1. Fix build error reported by Bento.cy2003-04-241-0/+7 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * Udate 2.5.5 -> 2.5.6.cy2003-04-043-4/+7 * Clear moonlight beckons.ade2003-03-072-1/+1 * Remove the renaming of Xft headers and library from the Xft (Xft2) port.anholt2003-02-181-0/+1 * Update 2.4.4 -> 2.4.5cy2003-01-076-36/+16 * Fix FvwmPager 100% CPU problem.cy2002-12-012-0/+25 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT.cy2002-11-072-1/+2