]> source.dussan.org Git - tigervnc.git/commit
Implicit drawing operations (like window borders) are done by accessing
authorPierre Ossman <ossman@cendio.se>
Thu, 19 Jul 2012 08:40:48 +0000 (08:40 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 19 Jul 2012 08:40:48 +0000 (08:40 +0000)
commite211518b65cf72a5be0b9bb9a71fa715196bed19
tree71c5ade7f1da45ffaa77e7a3ecbbaed78003b556
parent93f44e177373f8cf3b79efb940241c4dca2df50b
Implicit drawing operations (like window borders) are done by accessing
the screen pixmap directly. That means that hooking windows is insufficient.
The code now assumes that the drawable is a visible window, or the screen
pixmap (IOW, that all coordinates are screen relative). Had to restructure
some code that only worked on windows to get this working.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4941 3789f03b-4d11-0410-bbf8-ca57d06f2519
unix/xserver/hw/vnc/vncHooks.cc