patch up an outdated comment about how the thumbnailer protocol works

2007-09-25  Jens Granseuer  <jensgr@gmx.net>

	* theme-thumbnail.c: patch up an outdated comment about how the
	thumbnailer protocol works

svn path=/trunk/; revision=8137
This commit is contained in:
Jens Granseuer 2007-09-25 19:46:23 +00:00 committed by Jens Granseuer
parent b2a41685b8
commit fb5f03d31e
2 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2007-09-25 Jens Granseuer <jensgr@gmx.net>
* theme-thumbnail.c: patch up an outdated comment about how the
thumbnailer protocol works
2007-09-25 Jens Granseuer <jensgr@gmx.net>
Prevent lots of thumbs from being created with the color scheme of the

View file

@ -40,11 +40,11 @@ static ThemeThumbnailAsyncData async_data;
/* Protocol */
/* Our protocol is pretty simple. The parent process will write four strings
* (separated by a '\000') They are the widget theme, the wm theme, the icon
* theme, and the font string. Then, it will wait for the child to write back
* the data. The parent expects ICON_SIZE_WIDTH * ICON_SIZE_HEIGHT * 4 bytes of
* information. After that, the child is ready for the next theme to render.
/* Our protocol is pretty simple. The parent process will write several strings
* (separated by a '\000'). They are the widget theme, the wm theme, the icon
* theme, etc. Then, it will wait for the child to write back the data. The
* parent expects ICON_SIZE_WIDTH * ICON_SIZE_HEIGHT * 4 bytes of information.
* After that, the child is ready for the next theme to render.
*/
enum