diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-30 01:19:28 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-30 01:19:28 +0000 |
commit | b1ba8f54cf21578eae695dc557b4af854c3a654c (patch) | |
tree | c934f66c8c50dbdb0e9e9f10fd72bb05f15845a1 /chrome/common/transport_dib.h | |
parent | 4940f82919cc7028f10131f9e1af33a3e29750f0 (diff) | |
download | chromium_src-b1ba8f54cf21578eae695dc557b4af854c3a654c.zip chromium_src-b1ba8f54cf21578eae695dc557b4af854c3a654c.tar.gz chromium_src-b1ba8f54cf21578eae695dc557b4af854c3a654c.tar.bz2 |
linux: fix X SharedMemory API types and comments
Some functions actually return a ShmSeg, not an XID.
Review URL: http://codereview.chromium.org/519024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/transport_dib.h')
-rw-r--r-- | chrome/common/transport_dib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/transport_dib.h b/chrome/common/transport_dib.h index 6462ffc..e36e8bf 100644 --- a/chrome/common/transport_dib.h +++ b/chrome/common/transport_dib.h @@ -138,7 +138,7 @@ class TransportDIB { #elif defined(USE_X11) int key_; // SysV shared memory id void* address_; // mapped address - XID x_shm_; // X id for the shared segment + XSharedMemoryId x_shm_; // X id for the shared segment Display* display_; // connection to the X server #endif size_t size_; // length, in bytes |