/[antiright]/antiright/src/arshell/pixmap.c
ViewVC logotype

Diff of /antiright/src/arshell/pixmap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jefbed, Sat Jun 25 06:13:36 2005 UTC revision 1.4 by jefbed, Sat Jul 23 17:10:09 2005 UTC
# Line 1  Line 1 
1  /*  /*
2    AntiRight    AntiRight
3    (c) 2003-2005 Jeffrey Bedard    (c) 2003-2005 Jeffrey Bedard
4    jefbed@e-list.net    antiright@gmail.com
5        
6    This file is part of AntiRight.    This file is part of AntiRight.
7        
# Line 28  arshell_hack_transparency_with_pixmap() Line 28  arshell_hack_transparency_with_pixmap()
28  {  {
29    char *icon;    char *icon;
30    
31    asprintf(&icon, "%s/handtoface.xpm", (char*)ICONDIR);    asprintf(&icon, "%s/antiright.xpm", (char*)ICONDIR);
32    antiright_set_bitmap_from_file(antiright.parent_widget, icon);    antiright_set_bitmap_from_file(antiright.parent_widget, icon);
33    free(icon);    free(icon);
34    arshell.transparency_hacked=True;    arshell.transparency_hacked=True;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26