enigma-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-cvs] enigma/src video.cc,1.9,1.10


From: Martin Hawlisch <address@hidden>
Subject: [Enigma-cvs] enigma/src video.cc,1.9,1.10
Date: Thu, 23 Oct 2003 10:01:22 +0000

Update of /cvsroot/enigma/enigma/src
In directory subversions:/tmp/cvs-serv8145/src

Modified Files:
        video.cc 
Log Message:
Display an icon in window and taskbar.


Index: video.cc
===================================================================
RCS file: /cvsroot/enigma/enigma/src/video.cc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** video.cc    20 Oct 2003 08:05:46 -0000      1.9
--- video.cc    23 Oct 2003 10:01:19 -0000      1.10
***************
*** 122,125 ****
--- 122,129 ----
      SDL_WM_SetCaption(caption.c_str(), 0);
  
+     Surface *icn = enigma::GetImage("enigma_wm_icon");
+     if( icn)
+         SDL_WM_SetIcon(icn->get_surface(), NULL);
+ 
      int bpp = options::BitsPerPixel;
      assert(bpp==16 || bpp==32);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]