00001 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ 00002 00013 /* 00014 * Copyright (C) 2001, 2002 Red Hat, Inc. 00015 * 00016 * This program is free software; you can redistribute it and/or 00017 * modify it under the terms of the GNU General Public License as 00018 * published by the Free Software Foundation; either version 2 of the 00019 * License, or (at your option) any later version. 00020 * 00021 * This program is distributed in the hope that it will be useful, but 00022 * WITHOUT ANY WARRANTY; without even the implied warranty of 00023 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00024 * General Public License for more details. 00025 * 00026 * You should have received a copy of the GNU General Public License 00027 * along with this program; if not, write to the Free Software 00028 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 00029 * 02111-1307, USA. 00030 */ 00031 00032 #ifndef META_WINDOW_PROPS_H 00033 #define META_WINDOW_PROPS_H 00034 00035 #include "window-private.h" 00036 00045 void meta_window_reload_property (MetaWindow *window, 00046 Atom property); 00047 00048 00058 void meta_window_reload_properties (MetaWindow *window, 00059 const Atom *properties, 00060 int n_properties); 00061 00072 void meta_window_reload_property_from_xwindow 00073 (MetaWindow *window, 00074 Window xwindow, 00075 Atom property); 00076 00088 void meta_window_reload_properties_from_xwindow 00089 (MetaWindow *window, 00090 Window xwindow, 00091 const Atom *properties, 00092 int n_properties); 00093 00101 void meta_display_init_window_prop_hooks (MetaDisplay *display); 00102 00109 void meta_display_free_window_prop_hooks (MetaDisplay *display); 00110 00122 void meta_set_normal_hints (MetaWindow *window, 00123 XSizeHints *hints); 00124 00125 #endif /* META_WINDOW_PROPS_H */
1.5.5