mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
don't turn on that mouse-avoidance crap
This commit is contained in:
parent
67d1054ec7
commit
24e7b8b8c6
@ -1,7 +1,8 @@
|
|||||||
;; make the mouse pointer avoid the text point
|
;; make the mouse pointer avoid the text point
|
||||||
(cond (window-system
|
;; Actually, everyone really hates this.
|
||||||
(require 'avoid)
|
;(cond (window-system
|
||||||
(mouse-avoidance-mode 'cat-and-mouse)))
|
; (require 'avoid)
|
||||||
|
; (mouse-avoidance-mode 'cat-and-mouse)))
|
||||||
|
|
||||||
;; make sure we have the compile library available to us
|
;; make sure we have the compile library available to us
|
||||||
(load-library "compile")
|
(load-library "compile")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user