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