From 4e79ee3d071df821f51f1a3f2d09bfedaa7af3b1 Mon Sep 17 00:00:00 2001 From: François Revel Date: Fri, 10 Oct 2008 21:43:25 +0000 Subject: - support BITMAP_CLEAR_MEMORY in create_bitmap() - copying to clipboard now constructs a text_run_array for StyledEdit, that is added to the clipboard. In applications supporting it it pastes the text with the correct fonts and sizes, and the text colors. - tried to find which line in source code the selection starts to open the editor there, but it's not finished so it's disabled. svn path=/trunk/netsurf/; revision=5533 --- beos/beos_thumbnail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/beos_thumbnail.cpp') diff --git a/beos/beos_thumbnail.cpp b/beos/beos_thumbnail.cpp index 8a178e36c..78893467f 100644 --- a/beos/beos_thumbnail.cpp +++ b/beos/beos_thumbnail.cpp @@ -76,7 +76,7 @@ bool thumbnail_create(struct content *content, struct bitmap *bitmap, depth = 32; //depth = (gdk_screen_get_system_visual(gdk_screen_get_default()))->depth; - LOG(("Trying to create a thumbnail bitmap %dx%d for a content of %dx%d@%d", + LOG(("Trying to create a thumbnail bitmap %d x %d for a content of %d x %d @ %d", width, height, content->width, content->width, depth)); -- cgit v1.2.3