]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkoffscreenwindow.h
GtkTextView: don't popdown a bubble if we don't have one
[~andy/gtk] / gtk / gtkoffscreenwindow.h
index e72a29e70dc02a43e4a0464d6fa27860db2eb0ff..d4592a0b53d26942deb59893c1b56459d7b0312b 100644 (file)
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  *
  * Authors: Cody Russell <crussell@canonical.com>
  *          Alexander Larsson <alexl@redhat.com>
  */
 
+#ifndef __GTK_OFFSCREEN_WINDOW_H__
+#define __GTK_OFFSCREEN_WINDOW_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_OFFSCREEN_WINDOW_H__
-#define __GTK_OFFSCREEN_WINDOW_H__
-
 #include <gtk/gtkwindow.h>
 
 G_BEGIN_DECLS