updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. True
2007-06-15 Hans Breuer <hans@breuer.org> * gtk/makefile.msc.in tests/makefile.msc : updated * gdk/win32/gdkwindow-win32.c : explicit usage of RegisterClassExW to match the WNDCLASSEXW. True dynamic linking of SetLayeredWindowAttributes * tests/testprint.c tests/testnouiprint.c : use G_PI svn path=/trunk/; revision=18140
This commit is contained in:
		| @ -42,7 +42,7 @@ draw_page (GtkPrintOperation *operation, | ||||
|   /* Draw some lines */ | ||||
|   cairo_move_to (cr, 20, 10); | ||||
|   cairo_line_to (cr, 40, 20); | ||||
|   cairo_arc (cr, 60, 60, 20, 0, M_PI); | ||||
|   cairo_arc (cr, 60, 60, 20, 0, G_PI); | ||||
|   cairo_line_to (cr, 80, 20); | ||||
|    | ||||
|   cairo_set_source_rgb (cr, 0, 0, 0); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Hans Breuer
					Hans Breuer