summaryrefslogtreecommitdiff
path: root/lpimage.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-06-01 19:12:01 +0000
committerKeith Packard <keithp@keithp.com>2004-06-01 19:12:01 +0000
commit521828a128b58a3c3984975e7cb6f9ca2a4611d2 (patch)
tree30e640b2ac591834d926719496284833179825f8 /lpimage.c
parent537a71fa230d2c5fafdc3af1cb33f979dc9545bb (diff)
Prefix all exposed (but not public) APIs with _xlightpipe_. Don't use
Composite on root windows
Diffstat (limited to 'lpimage.c')
-rw-r--r--lpimage.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lpimage.c b/lpimage.c
index b4936e0..852e33a 100644
--- a/lpimage.c
+++ b/lpimage.c
@@ -25,7 +25,7 @@
#include "lpint.h"
Bool
-create_window_image (light_pipe_window *lpw)
+_xlightpipe_create_window_image (light_pipe_window *lpw)
{
int image_size;
XGCValues gcv;
@@ -85,7 +85,7 @@ create_window_image (light_pipe_window *lpw)
}
void
-destroy_window_image (light_pipe_window *lpw)
+_xlightpipe_destroy_window_image (light_pipe_window *lpw)
{
if (lpw->public.image)
{
@@ -103,7 +103,7 @@ destroy_window_image (light_pipe_window *lpw)
}
void
-update_region (light_pipe_window *lpw, int x, int y, int width, int height)
+_xlightpipe_update_region (light_pipe_window *lpw, int x, int y, int width, int height)
{
XCopyArea (lpw->display,
lpw->window,