Issue 15510 - use a more 'normal' X cursor
Summary: use a more 'normal' X cursor
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 1.1
Assignee: ulf.stroehler
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-11 14:45 UTC by mmeeks
Modified: 2003-07-21 07:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mmeeks 2003-06-11 14:45:45 UTC
This tiny patch makes OO.o look far better - on most desktops, most of the time
- especially with the new alpha cursor schemes that almost uniformly don't cover
XC_top_left_arrow ;-)

Ideally we'd set it to None [IIRC] to use the root window's cursor but ... this
is a simple fix for now.

--- vcl/unx/source/app/saldisp.cxx	19 Jun 2002 11:58:47 -0000	1.34
+++ vcl/unx/source/app/saldisp.cxx	30 Sep 2002 11:57:51 -0000
@@ -2018,7 +2018,7 @@ XLIB_Cursor SalDisplay::GetPointer( int 
 			MAKE_CURSOR( null );
 			break;
         case POINTER_ARROW:
-            aCur = XCreateFontCursor( pDisp_, XC_top_left_arrow );
+            aCur = XCreateFontCursor( pDisp_, XC_left_ptr );
             break;
         case POINTER_WAIT:
             MAKE_CURSOR( wait_ );
Comment 1 christof.pintaske 2003-06-13 12:31:16 UTC
cp->pl: please take care of this one. i think our top_left_pointer is
wrong. On Windows we use exactly the windows desktop pointer. We
should do the same on *ix. the win pointer is even more similar to
left_pointer ;-) 
Comment 2 philipp.lohmann 2003-06-16 16:36:00 UTC
applied in CWS vcl13
Comment 3 philipp.lohmann 2003-06-17 14:41:59 UTC
adjust target
Comment 4 philipp.lohmann 2003-06-25 09:51:01 UTC
pl->us: the cursor does not change anymore between the title bar and
our  menu bar.
Comment 5 ulf.stroehler 2003-06-25 09:59:50 UTC
us->pl: Verified. (Noticed already in the japanese build you provided
last week).
Comment 6 ulf.stroehler 2003-06-25 10:00:57 UTC
setting to fixed (in order to mark it verified).
Comment 7 ulf.stroehler 2003-06-25 10:01:28 UTC
verified.
Comment 8 ulf.stroehler 2003-07-21 07:26:30 UTC
OK in OOo RC2 (srx645_m13s2.8662).
Closing Issue.