Remove examples, adjust Makefile.am

This commit is contained in:
Matthias Clasen 2004-11-15 18:25:11 +00:00
parent 5cfa1d1b20
commit 7e7e4cbb6e
9 changed files with 9 additions and 84 deletions

View File

@ -2,9 +2,16 @@ if OS_WIN32
no_undefined = -no-undefined
endif
INCLUDES = $(GTK_CFLAGS)
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/gdk \
-I$(top_builddir)/gdk \
-DG_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
$(GTK_DEP_CFLAGS)
enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
enginedir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/engines
engine_LTLIBRARIES = libpixmap.la
@ -20,6 +27,3 @@ libpixmap_la_SOURCES = \
libpixmap_la_LDFLAGS = -avoid-version -module $(no_undefined)
libpixmap_la_LIBADD = $(GTK_LIBS)
dist-hook:
cp -pr examples $(distdir); \
find $(distdir)/examples -name 'CVS' -print | xargs rm -rf

View File

@ -1,14 +0,0 @@
gtk-2.0/triangle-background.png is copyright Owen Taylor, 1997
and may be used without restriction as long as this attribution
is reproduced.
images/bc.pnm images/bc-dark.pnm images/bc-light.png are
from the BrushedMetalClean theme; I believe Tuomas Kuosmanen
and Carsten Haitzler had something to do with the original
BrushedMetal artwork.
This theme is truly hideous for a reason ... to demonstrate
that alpha-compositing is going on.
Owen Taylor
19 Jan 2002x

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 836 B

View File

@ -1,65 +0,0 @@
style "default"
{
fg[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#ffffff"
bg_pixmap[NORMAL] = "triangle_background.png"
# bg_pixmap[NORMAL] = "bc.png"
bg_pixmap[PRELIGHT] = "bc-light.png"
bg_pixmap[ACTIVE] = "bc-dark.png" bg_pixmap[INSENSITIVE] = "bc.png"
}
class "GtkWidget" style "default"
style "bubble-button"
{
engine "pixmap"
{
image
{
function = BOX
file = "bubble-blue.png"
border = { 8, 8, 8, 8 }
stretch = TRUE
}
}
}
# common default
class "GtkButton" style "bubble-button"
style "bubble-range"
{
GtkRange::slider_width = 16
GtkRange::stepper_size = 16
engine "pixmap"
{
image
{
function = BOX
file = "bubble-blue.png"
border = { 8, 8, 8, 8 }
stretch = TRUE
}
}
}
# common default
class "GtkRange" style "bubble-range"
style "bubble-menuitem"
{
engine "pixmap"
{
image
{
function = BOX
file = "bubble-blue.png"
border = { 8, 8, 8, 8 }
stretch = TRUE
}
}
}
# common default
class "GtkMenuItem" style "bubble-menuitem"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB