From 47e6bd5648f311f9d6fae282326d80eaa2c3c63e Mon Sep 17 00:00:00 2001 From: Rob Adams Date: Sat, 28 Feb 2004 01:48:27 +0000 Subject: [PATCH] Add my copyright notice to a number of files on which it should already 2004-02-23 Rob Adams Add my copyright notice to a number of files on which it should already exist. * src/window.c (meta_window_notify_focus): modify code to move to front of MRU list so that we can have an assert that it was there in the first place. This code may be causing some crashes. See #131196. --- src/screen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screen.h b/src/screen.h index 3a938a108..ad8e34d18 100644 --- a/src/screen.h +++ b/src/screen.h @@ -2,6 +2,7 @@ /* * Copyright (C) 2001 Havoc Pennington + * Copyright (C) 2003 Rob Adams * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as