diff options
author | George Peter Staplin <gps@Georges-Workstation.local> | 2008-09-15 13:31:19 -0600 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-09-21 17:40:15 -0700 |
commit | 85e23affea7bf9aa7615b0292e67f170266d85f8 (patch) | |
tree | 16934575502014685f2be27d4fa8ddaf5a963328 /hw/xquartz/pbproxy/pbproxy.h | |
parent | 6b42f40ff9b9ff3e74ccbb2ce5cfad65016934de (diff) |
Add an image_jpeg Atom.
(cherry picked from commit ea9dc27977c5eab666f2aa2d914e4e28d36758c7)
Diffstat (limited to 'hw/xquartz/pbproxy/pbproxy.h')
-rw-r--r-- | hw/xquartz/pbproxy/pbproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |