2004-08-06 Keith Packard * lightpipe.c: (main): * lpdisplay.c: (init_display), (_xlightpipe_find_display): * lpinit.c: (_xlightpipe_init_window): * lpint.h: Don't insist on Composite support; things will kinda work without it, and the 'root' option works perfectly. 2004-06-01 Keith Packard reviewed by: * .cvsignore: 2004-06-01 Keith Packard reviewed by: * lightpipe.c: (main): * lpapi.c: (XLightPipeAttendWindow), (XLightPipeIgnoreWindow), (XLightPipeCheckWindow), (XLightPipeCheckAny), (XLightPipeRelease): * lpdamage.c: (add_damage), (remove_damage), (_xlightpipe_damage_window), (_xlightpipe_update_window), (_xlightpipe_undamage_window), (_xlightpipe_find_damaged): * lpdisplay.c: (_xlightpipe_find_display): * lpevent.c: (process_destroy_notify), (process_configure_notify), (process_damage_notify), (process_event), (_xlightpipe_await_event), (_xlightpipe_process_events): * lpimage.c: (_xlightpipe_create_window_image), (_xlightpipe_destroy_window_image), (_xlightpipe_update_region): * lpinit.c: (is_root), (_xlightpipe_init_window), (_xlightpipe_fini_window): * lpint.h: * lptable.c: (_xlightpipe_lp_context), (_xlightpipe_find_window), (_xlightpipe_add_window), (_xlightpipe_remove_window): Prefix all exposed (but not public) APIs with _xlightpipe_. Don't use Composite on root windows 2004-05-07 Keith Packard * Makefile.am: Add dependencies to liblibghtpipe.so 2004-04-30 Keith Packard * lightpipe.c: (main): * lpimage.c: (create_window_image): oops. Make the shm segment writable