Skip to content

Commit

Permalink
test errorhandler
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed May 22, 2024
1 parent dc0e14a commit 3803d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lapiz/smclient/eggsmclient-xsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ static void update_pending_events (EggSMClientXSMP *xsmp);

static void ice_init (void);
static gboolean process_ice_messages (IceConn ice_conn);
static void smc_error_handler (SmcConn smc_conn,
static void smc_error_handler (void/*SmcConn smc_conn,
Bool swap,
int offending_minor_opcode,
unsigned long offending_sequence,
int error_class,
int severity,
SmPointer values);
SmPointer values*/);

G_DEFINE_TYPE (EggSMClientXSMP, egg_sm_client_xsmp, EGG_TYPE_SM_CLIENT)

Expand Down

0 comments on commit 3803d37

Please sign in to comment.