Forgot the pixmaps :-)

This commit is contained in:
Miguel de Icaza 1998-03-10 20:55:01 +00:00
parent c330992ae1
commit 49eda3f828
4 changed files with 38 additions and 3 deletions

View File

@ -1,7 +1,5 @@
Tue Mar 10 14:01:47 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gscreen.c
* gscreen.c (x_adjust_top_file): We no longer adjust the top
displayed filename.

19
gnome/dev.xpm Normal file
View File

@ -0,0 +1,19 @@
/* XPM */
static char * dev_xpm[] = {
"16 13 3 1",
" c #FFFFFFFFFFFF",
". c #000000000000",
"X c #FFFFFFFF0000",
" ",
" ",
" ",
" .......... ",
" .. .. ",
" .. .. ",
" .............. ",
" .............. ",
" ...X..X..X..X. ",
" .............. ",
" .............. ",
" ...X..X..X.... ",
" .......... "};

View File

@ -61,7 +61,7 @@ find_select_closure_callback (gpointer data, gpointer user_data)
struct trampoline *t = data;
int *pfd = (int *) user_data;
if (t->fd = *pfd)
if (t->fd == *pfd)
tclosure = data;
}

18
gnome/link.xpm Normal file
View File

@ -0,0 +1,18 @@
/* XPM */
static char * link_xpm[] = {
"16 13 2 1",
" c #FFFFFFFFFFFF",
". c #000000000000",
" ",
" ........... ",
" . . ",
" . .... . ",
" . ... . ",
" . .... . ",
" . ... . . ",
" . ... . ",
" . ... . ",
" . .. . ",
" . . ",
" ........... ",
" "};