mirror of https://github.com/stella-emu/stella.git
Startup notification protocol patch for the UNIX desktop file,
from Dan Fandrich. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2769 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
a1ac026cbc
commit
33bcec92be
10
Changes.txt
10
Changes.txt
|
@ -37,9 +37,13 @@
|
|||
to the 'I/O' tab. This works similar to 'ramrandom', and
|
||||
randomizes the contents on the CPU registers on ROM startup.
|
||||
|
||||
* Fixed bug in Linux/UNIX port, whereby a maximize button was always
|
||||
present in the window title bar. Stella could not be expanded in
|
||||
this way, so the button was removed.
|
||||
* For the Linux/UNIX port:
|
||||
- Fixed bug whereby a maximize button was always present in the
|
||||
window title bar. Stella could not be expanded in this way,
|
||||
so the button was removed.
|
||||
|
||||
- Added Startup notification protocol patch to the .desktop
|
||||
file from Dan Fandrich.
|
||||
|
||||
* Updated included PNG library to latest stable version.
|
||||
|
||||
|
|
|
@ -5,4 +5,5 @@ Exec=stella %f
|
|||
Icon=stella
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=Emulator;Game;
|
||||
|
|
Loading…
Reference in New Issue