mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
Bitmaps work now on MS Windows.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13760 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
18c7af0f8e
commit
857cfd3f13
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2002-06-02 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/win32/WIN32Server.m
|
||||
Treat NSBackingStoreRetained the same as NSBackingStoreBuffered,
|
||||
just as the X backends do.
|
||||
* Source/winlib/WIN32GState.m
|
||||
Reimplemented creation of bitmaps. This should now work for all
|
||||
bitmaps with >16 bits per pixel. The bitmaps that are still missing
|
||||
are due to clipping problems, as can be seen by switching clipping off.
|
||||
|
||||
2002-05-12 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/gsc/GSGState.m (-DPSsetalpha:): Call setColor:state:.
|
||||
|
|
Loading…
Reference in a new issue