diff src/window.h @ 1175:2518a4a73d89

Rename wmsubclass and name to role, which corresponds better to the purpose of the parameter as it ends to be passed to gtk_window_set_role().
author zas_
date Sun, 23 Nov 2008 16:16:09 +0000
parents 1646720364cf
children 8b89e3ff286b
line wrap: on
line diff
--- a/src/window.h	Sun Nov 23 16:10:29 2008 +0000
+++ b/src/window.h	Sun Nov 23 16:16:09 2008 +0000
@@ -13,7 +13,7 @@
 #ifndef WINDOW_H
 #define WINDOW_H
 
-GtkWidget *window_new(GtkWindowType type, const gchar *name, const gchar *icon,
+GtkWidget *window_new(GtkWindowType type, const gchar *role, const gchar *icon,
 		      const gchar *icon_file, const gchar *subtitle);
 void window_set_icon(GtkWidget *window, const gchar *icon, const gchar *file);
 gint window_maximized(GtkWidget *window);