summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@gtk.org>1998-05-23 21:55:40 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-05-23 21:55:40 +0000
commit53d06396b835233d87a06ebd7f86418b5418f19c (patch)
tree2b9b8335db1be65f1f493063f5323dc32ede8092 /gdk/gdk.h
parentfdd65ddef39ad98af0bf5814662a405f46abd77b (diff)
downloadgdk-pixbuf-53d06396b835233d87a06ebd7f86418b5418f19c.tar.gz
Locate child at (border_width,border_width), not
Sat May 23 17:48:58 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtkeventbox.c (gtk_event_box_size_allocate): Locate child at (border_width,border_width), not (2*border_width,2*border_width). [ The border is _outside_ widget->window ] * gdk/gdk.[ch]: added gdk_screen_width_mm/gdk_screen_height_mm functions. [From: Alexander Larsson <alla@lysator.liu.se> ]
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r--gdk/gdk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index e80c838b9..e9dbf5718 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -86,6 +86,9 @@ gint gdk_pointer_is_grabbed (void);
gint gdk_screen_width (void);
gint gdk_screen_height (void);
+gint gdk_screen_width_mm (void);
+gint gdk_screen_height_mm (void);
+
void gdk_flush (void);
void gdk_beep (void);