all repos — openbox @ 75d4428403712469e069c460aea1ea282336a099

openbox fork - make it a bit more like ryudo

use the new ptr cursor defn
Dana Jansens danakj@orodu.net
commit

75d4428403712469e069c460aea1ea282336a099

parent

7886b797a36f5a035a75a19424e0b3cf7825baf8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -61,7 +61,7 @@

g_message("Managing screen %d", ob_screen); /* set the mouse cursor for the root window (the default cursor) */ - XDefineCursor(ob_display, ob_root, ob_cursors.left_ptr); + XDefineCursor(ob_display, ob_root, ob_cursors.ptr); /* set the OPENBOX_PID hint */ pid = getpid();