[Bug 287329] x11/xcb-util-cursor update to 0.1.5
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287329 Jesper Schmitz Mouridsen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #261014|0 |1 is obsolete| | --- Comment #2 from Jesper Schmitz Mouridsen <[email protected]> --- Created attachment 261036 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=261036&action=edit EXTRACT_SFX -> USES tar:xz Before: Function "cursor_path" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 (cursor_path) pending. (gdb) r Starting program: /usr/home/jesper/cursortest6 [New LWP 109597 of process 66386] [New LWP 109598 of process 66386] Loaded themed cursor: hand1 Thread 1 hit Breakpoint 1, cursor_path (c=0x8034106e0) at load_cursor.c:48 48 if (c->path == NULL) { (gdb) n 49 c->path = getenv("XCURSOR_PATH"); (gdb) n 50 if (c->path == NULL) (gdb) n 51 c->path = XCURSORPATH; (gdb) n 52 } (gdb) print c->path $1 = 0x8031c0ea0 "~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons" After: Reading symbols from ./cursortest6... (gdb) b cursor_path Function "cursor_path" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 (cursor_path) pending. (gdb) r Starting program: /usr/home/jesper/cursortest6 [New LWP 109816 of process 69865] [New LWP 109817 of process 69865] Loaded themed cursor: hand1 Thread 1 hit Breakpoint 1, cursor_path (c=0x8034106e0) at load_cursor.c:55 55 if (c->path == NULL) { (gdb) n 56 c->path = getenv("XCURSOR_PATH"); (gdb) n 57 if (c->path == NULL) (gdb) n 58 c->path = XCURSORPATH; (gdb) n 59 } (gdb) print c->path $1 = 0x8031c0bf1 "~/.local/share/icons:~/.icons:/usr/local/share/icons:/usr/local/share/pixmaps" -- You are receiving this mail because: You are the assignee for the bug.