Changeset 3392 for trunk/gtk/logo.h
- Timestamp:
- Oct 13, 2007, 1:51:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/logo.h
r3373 r3392 2 2 3 3 #ifdef __SUNPRO_C 4 #pragma align 4 (tr_icon_ full)4 #pragma align 4 (tr_icon_logo) 5 5 #endif 6 6 #ifdef __GNUC__ 7 static const guint8 tr_icon_ full[] __attribute__ ((__aligned__ (4))) =7 static const guint8 tr_icon_logo[] __attribute__ ((__aligned__ (4))) = 8 8 #else 9 static const guint8 tr_icon_ full[] =9 static const guint8 tr_icon_logo[] = 10 10 #endif 11 11 { ""
Note: See TracChangeset
for help on using the changeset viewer.