Oops, did not mean to do that.
This commit is contained in:
parent
03bbe3de17
commit
8d892f76da
@ -31,8 +31,6 @@ metacity_SOURCES= \
|
|||||||
errors.h \
|
errors.h \
|
||||||
eventqueue.c \
|
eventqueue.c \
|
||||||
eventqueue.h \
|
eventqueue.h \
|
||||||
expocity.c \
|
|
||||||
expocity.h \
|
|
||||||
fixedtip.c \
|
fixedtip.c \
|
||||||
fixedtip.h \
|
fixedtip.h \
|
||||||
frame.c \
|
frame.c \
|
||||||
|
@ -56,8 +56,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "expocity.h"
|
|
||||||
|
|
||||||
#define USE_GDK_DISPLAY
|
#define USE_GDK_DISPLAY
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
@ -1324,18 +1322,6 @@ event_callback (XEvent *event,
|
|||||||
event,
|
event,
|
||||||
window);
|
window);
|
||||||
|
|
||||||
/* these are the window events at which expocity updates the thumbnail image
|
|
||||||
of the window */
|
|
||||||
switch (event->type)
|
|
||||||
{
|
|
||||||
case CreateNotify:
|
|
||||||
case ButtonRelease:
|
|
||||||
case KeyRelease:
|
|
||||||
case FocusIn:
|
|
||||||
case FocusOut:
|
|
||||||
expocity_grab_window(window);
|
|
||||||
}
|
|
||||||
|
|
||||||
switch (event->type)
|
switch (event->type)
|
||||||
{
|
{
|
||||||
case KeyPress:
|
case KeyPress:
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
#include "prefs.h"
|
#include "prefs.h"
|
||||||
#include "effects.h"
|
#include "effects.h"
|
||||||
|
|
||||||
#include "expocity.h"
|
|
||||||
|
|
||||||
#include <X11/keysym.h>
|
#include <X11/keysym.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -2915,9 +2913,6 @@ do_choose_window (MetaDisplay *display,
|
|||||||
MetaTabList type;
|
MetaTabList type;
|
||||||
MetaWindow *initial_selection;
|
MetaWindow *initial_selection;
|
||||||
|
|
||||||
expocity_run(display, screen);
|
|
||||||
return;
|
|
||||||
|
|
||||||
type = GPOINTER_TO_INT (binding->handler->data);
|
type = GPOINTER_TO_INT (binding->handler->data);
|
||||||
|
|
||||||
meta_topic (META_DEBUG_KEYBINDINGS,
|
meta_topic (META_DEBUG_KEYBINDINGS,
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
#include "session.h"
|
#include "session.h"
|
||||||
#include "prefs.h"
|
#include "prefs.h"
|
||||||
|
|
||||||
#include "expocity.h"
|
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
#ifdef HAVE_GCONF
|
#ifdef HAVE_GCONF
|
||||||
@ -391,9 +389,6 @@ main (int argc, char **argv)
|
|||||||
/* must be after UI init so we can override GDK handlers */
|
/* must be after UI init so we can override GDK handlers */
|
||||||
meta_errors_init ();
|
meta_errors_init ();
|
||||||
|
|
||||||
/* initialize the expocity addon */
|
|
||||||
expocity_init();
|
|
||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
g_log_set_handler (NULL,
|
g_log_set_handler (NULL,
|
||||||
G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION,
|
G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION,
|
||||||
|
@ -40,8 +40,6 @@
|
|||||||
#include "window-props.h"
|
#include "window-props.h"
|
||||||
#include "constraints.h"
|
#include "constraints.h"
|
||||||
|
|
||||||
#include "expocity.h"
|
|
||||||
|
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
@ -1045,7 +1043,6 @@ meta_window_free (MetaWindow *window)
|
|||||||
|
|
||||||
meta_icon_cache_free (&window->icon_cache);
|
meta_icon_cache_free (&window->icon_cache);
|
||||||
|
|
||||||
expocity_free_window (window);
|
|
||||||
g_free (window->sm_client_id);
|
g_free (window->sm_client_id);
|
||||||
g_free (window->wm_client_machine);
|
g_free (window->wm_client_machine);
|
||||||
g_free (window->startup_id);
|
g_free (window->startup_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user