From 8dfd33c4fbf6763dbe5a6576ac0a78d1cfd5bb9d Mon Sep 17 00:00:00 2001 From: Robert Wenzlaff Date: Thu, 6 Nov 2003 00:01:51 +0000 Subject: Improved Knife line drawing, and added Knife cursor. --- intern/ghost/intern/GHOST_WindowX11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp index e22c3f135a3..7b6fa2aa42a 100755 --- a/intern/ghost/intern/GHOST_WindowX11.cpp +++ b/intern/ghost/intern/GHOST_WindowX11.cpp @@ -690,7 +690,7 @@ setWindowCustomCursorShape( if(XAllocNamedColor(m_display, DefaultColormap(m_display, DefaultScreen(m_display)), "White", &fg, &fg) == 0) return GHOST_kFailure; if(XAllocNamedColor(m_display, DefaultColormap(m_display, DefaultScreen(m_display)), - "Red", &bg, &bg) == 0) return GHOST_kFailure; + "Black", &bg, &bg) == 0) return GHOST_kFailure; if (m_custom_cursor) { XFreeCursor(m_display, m_custom_cursor); -- cgit v1.2.3