From 85e23affea7bf9aa7615b0292e67f170266d85f8 Mon Sep 17 00:00:00 2001 From: George Peter Staplin Date: Mon, 15 Sep 2008 13:31:19 -0600 Subject: [PATCH] Add an image_jpeg Atom. (cherry picked from commit ea9dc27977c5eab666f2aa2d914e4e28d36758c7) --- hw/xquartz/pbproxy/pbproxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xquartz/pbproxy/pbproxy.h b/hw/xquartz/pbproxy/pbproxy.h index 3682421b6..ad8f2e4e4 100644 --- a/hw/xquartz/pbproxy/pbproxy.h +++ b/hw/xquartz/pbproxy/pbproxy.h @@ -25,7 +25,7 @@ extern int x_apple_wm_event_base, x_apple_wm_error_base; struct atom_list { Atom primary, clipboard, text, utf8_string, string, targets, multiple, - cstring, image_png, incr, atom, clipboard_manager; + cstring, image_png, image_jpeg, incr, atom, clipboard_manager; }; extern struct atom_list *atoms;